|
@@ -1,2 +1,85 @@
|
1
|
1
|
# PossibleAPIProjects
|
2
|
2
|
|
|
3
|
+### A HACKER NEWS CLIENT
|
|
4
|
+
|
|
5
|
+List the popular posts
|
|
6
|
+Show a post comments
|
|
7
|
+Show a user profile
|
|
8
|
+Search HN
|
|
9
|
+Check HNPWA and Awesome Hacker News for inspiration
|
|
10
|
+
|
|
11
|
+### A REDDIT CLIENT
|
|
12
|
+
|
|
13
|
+List the popular posts
|
|
14
|
+List the comments of a post
|
|
15
|
+Show a user profile
|
|
16
|
+### AN INSTAGRAM CLIENT
|
|
17
|
+
|
|
18
|
+Enter an hashtag and get the latest posts
|
|
19
|
+Enter a username and get the latest posts
|
|
20
|
+Allow to store one or more hashtags/usernames and get all the latest posts from those
|
|
21
|
+### A GITHUB API CLIENT
|
|
22
|
+
|
|
23
|
+List the popular repositories from today / week / month
|
|
24
|
+List the latest commits in a repository
|
|
25
|
+Show a person or organization public repositories ranked by stars
|
|
26
|
+### AN UNSPLASH API CLIENT
|
|
27
|
+
|
|
28
|
+Search images by topic
|
|
29
|
+Let the user enter a term, show relevant images
|
|
30
|
+Start at Unsplash API
|
|
31
|
+
|
|
32
|
+### DATA FOR YOUR SAMPLE APPS
|
|
33
|
+
|
|
34
|
+Sometimes you start doing some simple app, but you’re bored at finding data you can use. You don’t have to, you can use real data, or random data.
|
|
35
|
+
|
|
36
|
+### PUBLIC APIS YOU CAN USE IN EXAMPLE PROJECTS
|
|
37
|
+
|
|
38
|
+Maybe you have an idea for a perfectly nice CRUD app, or something that works with an API, but you don’t want to create the API in the first place.
|
|
39
|
+
|
|
40
|
+I recommend to check out Airtable, which provides a great API for developers, very easy to use, like a database.
|
|
41
|
+
|
|
42
|
+There are amazing public APIs you can use:
|
|
43
|
+
|
|
44
|
+Name URL
|
|
45
|
+The Cat API https://thecatapi.com/docs.html
|
|
46
|
+The Dog API https://dog.ceo/dog-api/
|
|
47
|
+The Chuck Norris API https://api.chucknorris.io/
|
|
48
|
+Fuck Off As A Service API https://www.foaas.com/
|
|
49
|
+Quotes API https://favqs.com/api
|
|
50
|
+Quotes API http://forismatic.com/en/api/
|
|
51
|
+Dad Jokes API https://icanhazdadjoke.com/api/
|
|
52
|
+The Spotify API https://beta.developer.spotify.com/documentation/web-api/
|
|
53
|
+The New York Times API https://developer.nytimes.com/
|
|
54
|
+The Wikipedia API https://www.mediawiki.org/wiki/API:Main_page
|
|
55
|
+The Wikidata API https://www.wikidata.org/w/api.php?action=help
|
|
56
|
+The Medium API https://github.com/Medium/medium-api-docs
|
|
57
|
+Design Quotes API https://quotesondesign.com/api-v4-0/
|
|
58
|
+The GoodReads API https://www.goodreads.com/api
|
|
59
|
+The Dribbble API http://developer.dribbble.com/v2/
|
|
60
|
+The 500px API https://github.com/500px/api-documentation
|
|
61
|
+The Unsplash API https://unsplash.com/developers
|
|
62
|
+The Giphy API - GIFs! https://developers.giphy.com/docs/
|
|
63
|
+The Pixabay API https://pixabay.com/sk/service/about/api/
|
|
64
|
+Exchange rates https://exchangeratesapi.io/
|
|
65
|
+Site screenshots API https://apileap.com/
|
|
66
|
+The Oxford Dictionary API https://developer.oxforddictionaries.com/
|
|
67
|
+Website Technologies API https://github.com/letsvalidate/api
|
|
68
|
+The Mapbox API https://www.mapbox.com/developers/
|
|
69
|
+Music Lyrics API by Genius https://docs.genius.com/
|
|
70
|
+Site meta tags API http://bettermeta.io/
|
|
71
|
+The EventBrite API https://www.eventbrite.com/developer/v3/
|
|
72
|
+Open source projects changelogs https://changelogs.md/
|
|
73
|
+The GitHub REST API https://developer.github.com/v3/
|
|
74
|
+The GitHub GraphQL API https://developer.github.com/v4/
|
|
75
|
+QR codes API http://goqr.me/api/
|
|
76
|
+The StackExchange API https://api.stackexchange.com/
|
|
77
|
+Words and synonyms https://www.wordsapi.com/
|
|
78
|
+The Nasa API https://api.nasa.gov/
|
|
79
|
+The SpaceX API https://github.com/r-spacex/SpaceX-API
|
|
80
|
+The Hacker News API https://github.com/HackerNews/API
|
|
81
|
+The Instagram API https://instagram.com/developer/
|
|
82
|
+The Reddit API https://www.reddit.com/dev/api
|
|
83
|
+The Slack API https://api.slack.com/
|
|
84
|
+The Twitter API https://developer.twitter.com/en/docs
|
|
85
|
+The YouTube API https://developers.google.com/youtube/
|