Last active
August 30, 2017 11:47
-
-
Save wolframalpha/b12e255561db48206ff67bc169111ca5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Official Google news API - depreciated | |
| Alternative: | |
| - https://newsapi.org/ | |
| - Free to use while not clearly mentioned when the limit is breached | |
| - Mulitple&Huge news sources - can explicit select one of those https://newsapi.org/sources | |
| - Key/Pair auth | |
| - response type: JSON | |
| > Google finance API - depriciated/ Yahoo finance API - depreciated | |
| Alternative: | |
| - https://www.alphavantage.co/ | |
| - Totally free | |
| - Historical stock + realtime data available | |
| - RESTful API | |
| - Response format - CSV/JSON | |
| - Key/Pair auth | |
| > Google weather API for web - Not Available | |
| Alternatives: | |
| - https://openweathermap.org/api | |
| - Free tier available | |
| - forcast/history available | |
| - key/pair authentication | |
| - response type - JSON, XML HTML | |
| - https://www.wunderground.com/weather/api | |
| + above + more features like Hurrican tracking, astronomy, etc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment