-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples.json
More file actions
26 lines (26 loc) · 938 Bytes
/
examples.json
File metadata and controls
26 lines (26 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"name":"Cocktails A to Z",
"url": "/cocktails",
"description": "Sometimes an alphabetical index makes sense, especially when the dataset supports it.",
"api": "https://www.thecocktaildb.com/"
},
{
"name":"Random Emojii",
"url": "/emojii",
"description": "You could create a category navigation with your own styling to set the narrative.",
"api": "https://github.com/cheatsnake/emojihub"
},
{
"name":"NASA APOD",
"url": "/nasa",
"description": "NASA's Astronomy Picture of the Day aligns nicely with a Date Picker UI.",
"api": "https://api.nasa.gov/"
},
{
"name":"IMDB Search",
"url": "/movies",
"description": "If your API has a search endpoint, it may be feasible to create a search box for your users.",
"api": "https://rapidapi.com/apidojo/api/online-movie-database"
}
]