@apiverve/horoscope 1.0.3 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,17 +71,22 @@ api.execute(query, function (error, data) {
|
|
|
71
71
|
"status": "ok",
|
|
72
72
|
"error": null,
|
|
73
73
|
"data": {
|
|
74
|
-
"color": "
|
|
74
|
+
"color": "orange",
|
|
75
75
|
"compatibility": [
|
|
76
76
|
"leo",
|
|
77
77
|
"sagittarius"
|
|
78
78
|
],
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
79
|
+
"horoscope": "Today is the perfect day to focus on your personal growth and development, Aries. You may find yourself feeling creative and inspired, so make sure to channel that energy into something productive. Take some time to reflect on your goals and aspirations, and make a plan for how you can achieve them. Remember to stay true to yourself and trust your instincts as you move forward.",
|
|
80
|
+
"luckyNumber": 50,
|
|
81
|
+
"luckyTime": "2:00 PM",
|
|
82
|
+
"mood": "anxious",
|
|
83
|
+
"sign": "aries",
|
|
84
|
+
"zodiac": {
|
|
85
|
+
"element": "fire",
|
|
86
|
+
"name": "Aries",
|
|
87
|
+
"stone": "bloodstone",
|
|
88
|
+
"symbol": "♈"
|
|
89
|
+
}
|
|
85
90
|
}
|
|
86
91
|
}
|
|
87
92
|
```
|