Update README.md
Browse files
README.md
CHANGED
@@ -216,3 +216,23 @@ e.g.
|
|
216 |
},
|
217 |
...
|
218 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
216 |
},
|
217 |
...
|
218 |
```
|
219 |
+
|
220 |
+
## spiritale.json
|
221 |
+
|
222 |
+
Spiritale products information from [spiritale.jp](https://spiritale.jp).
|
223 |
+
|
224 |
+
e.g.
|
225 |
+
|
226 |
+
```json
|
227 |
+
[
|
228 |
+
{
|
229 |
+
"id": "50101200",
|
230 |
+
"title": "\u521d\u97f3\u30df\u30af 39's Special Day 1/7\u30b9\u30b1\u30fc\u30eb\u30d5\u30a3\u30ae\u30e5\u30a2\u3010\u5b8c\u5168\u53d7\u6ce8\u751f\u7523\u30fb\u30bf\u30a4\u30c8\u30fc\u30d7\u30ed\u30c0\u30af\u30c4\u30aa\u30f3\u30e9\u30a4\u30f3\u30b9\u30c8\u30a2\u9650\u5b9a\u3011",
|
231 |
+
"images": [
|
232 |
+
"https://spiritale.jpimg/items/2302_39miku/02_31008.jpg",
|
233 |
+
...
|
234 |
+
],
|
235 |
+
"price": "\uffe535,200"
|
236 |
+
},
|
237 |
+
...
|
238 |
+
```
|