An open API service indexing awesome lists of open source software.

https://github.com/guerrerocarlos/node-news

Node server showing BBC and SKY headlines obtained using 'feedparser' (RSS)
https://github.com/guerrerocarlos/node-news

Last synced: 3 months ago
JSON representation

Node server showing BBC and SKY headlines obtained using 'feedparser' (RSS)

Awesome Lists containing this project

README

        

### Node News Website with the following requirements:

- Display top 10 headlines from the BBC and SKY on a webpage
- Use a node.js server
- All data should go through the nodejs server
- Use github for source control

---

INSTALL

> $ cd node-news && npm install

run the app:

> $ DEBUG=b2mnews ./bin/www

---

Screenshot:

![Screenshot](https://raw.githubusercontent.com/guerrerocarlos/node-news/master/Screenshot.png)