Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 859 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 859 Bytes

Build Status Code Climate

Top 5 World news

List and summarizes top 5 world news from reddit

http://topfiveworldnews.herokuapp.com

Installation

Install node.js (https://nodejs.org/en/download/), if not installed yet.

Create a reddit app script key at:

https://www.reddit.com/login?dest=https%3A%2F%2Fwww.reddit.com%2Fprefs%2Fapps%2F

copy the file

config/reddit_api_developer_example.config

and rename to:

config/reddit_api_developer.config

Insert your reddit app configs into this file.

Run:

npm install

Run tests with:

npm test

Run app with:

node app.js