p1atdev commited on
Commit
4b49f1a
·
1 Parent(s): 52c39a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -17,4 +17,42 @@ This is a dataset of AppStore rankings, JP and US, each containing 176 json file
17
  ├─Adventure - Top Free Games
18
  ... 176 files
19
  └─Word - Top Paid Games.json
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ```
 
17
  ├─Adventure - Top Free Games
18
  ... 176 files
19
  └─Word - Top Paid Games.json
20
+ ```
21
+
22
+ Example of json file:
23
+
24
+ ```json
25
+ {
26
+ "chart": "Action",
27
+ "section": "Top Free Games",
28
+ "apps": [
29
+ {
30
+ "chart": "Action",
31
+ "section": "Top Free Games",
32
+ "rank": "1",
33
+ "id": "431946152",
34
+ "name": "Roblox",
35
+ "dev": "Roblox Corporation",
36
+ "url": "https://apps.apple.com/us/app/roblox/id431946152",
37
+ "icon": {
38
+ "image/png": {
39
+ "320w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/320x0w.png",
40
+ "157w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/157x0w.png",
41
+ "146w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/146x0w.png",
42
+ "640w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/640x0w.png",
43
+ "314w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/314x0w.png",
44
+ "292w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/292x0w.png"
45
+ },
46
+ "image/webp": {
47
+ "320w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/320x0w.webp",
48
+ "157w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/157x0w.webp",
49
+ "146w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/146x0w.webp",
50
+ "640w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/640x0w.webp",
51
+ "314w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/314x0w.webp",
52
+ "292w": "https://is5-ssl.mzstatic.com/image/thumb/Purple113/v4/65/6d/d3/656dd35b-2896-0a9f-043a-b1be8501f7f8/AppIcon-1x_U007emarketing-0-7-0-0-85-220.png/292x0w.webp"
53
+ }
54
+ }
55
+ },
56
+ ...
57
+ }
58
  ```