A work-in-progress news site. Very early days. Aimed at those who want a simple, easy-to-read interface.
Originally suggested by Melody to help out Betty, then coded by Daniel with improvements from Ben, Joseph and Marie.
News sources are RSS feeds from news websites pulled in using Yahoo's YQL which outputs nice JSON files.
Either create a new issue with the address of your suggested website, or:
- Find the RSS feed of the news site you want to add.
- Go to the YQL Console
- Add the RSS URL to the YQL Statement box. For example:
select * from rss where url="http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
- Select JSON (not XML) and click Test.
- Copy the long REST query at the bottom of the screen.
- Add this to the
sources
object in newsforbetty.js and send a pull request.
All code is released under the MIT License