Skip to content

Instantly share code, notes, and snippets.

@wolframalpha
Last active August 30, 2017 11:47
Show Gist options
  • Select an option

  • Save wolframalpha/b12e255561db48206ff67bc169111ca5 to your computer and use it in GitHub Desktop.

Select an option

Save wolframalpha/b12e255561db48206ff67bc169111ca5 to your computer and use it in GitHub Desktop.
> 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