partofthething / infopanel

Show live data, animations, pictures, or anything on simple displays like RGB matrices
https://partofthething.com/infopanel/
GNU General Public License v3.0
33 stars 12 forks source link

News enhancements #14

Open trlafleur opened 5 years ago

trlafleur commented 5 years ago

There are other free news sources like the NYT and NewsAPI listed below that you may want to consider as a future enhancement...

https://newsapi.org/docs/get-started
https://archive.nytimes.com/www.nytimes.com/services/xml/rss/index.html
-->  http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml

also, there s a free weather API that looks interesting...

https://openweathermap.org
partofthething commented 5 years ago

That's a good point. Certainly reddit is not the only feed people may want to read from. Perhaps we could more generally allow something that reads headlines from a general RSS feed.

Another great weather api I've used is from darksky.net (1000 calls/day free)