JamieKnight / newsforbetty

A work-in-progress news site, aimed at those who want ease-of-use:

Home Page:http://newsforbetty.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsForBetty

A work-in-progress news site. Very early days. Aimed at those who want a simple, easy-to-read interface.

Background

Originally suggested by Melody to help out Betty, then coded by Daniel with improvements from Ben, Joseph, Marie, David and Robert.

News sources

News sources are RSS feeds from news websites pulled in using Yahoo's YQL which outputs nice JSON files.

To suggest a news source

Either create a new issue with the address of your suggested website, or:

  1. Find the RSS feed of the news site you want to add.
  2. Go to the YQL Console
  3. 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"
  1. Select JSON (not XML) and click Test.
  2. Copy the long REST query at the bottom of the screen.
  3. Add this to the sources object in newsforbetty_sources.js and send a pull request.

License

All code is released under the MIT License

About

A work-in-progress news site, aimed at those who want ease-of-use:

http://newsforbetty.com


Languages

Language:JavaScript 65.9%Language:HTML 21.4%Language:CSS 12.7%