Instructions: If run from your own computer, open the folder and enter the following into the terminal $ npm install express $ npm install axios $ npm install body-parser $ node index.js and go to http://localhost/5000/articles/"subreddit" (where "subreddit" is the chosen subreddit)
If you want to open the deployed application go to https://redditapi-d0e64ce7d4f7.herokuapp.com/articles/"subreddit" (where "subreddit" is the chosen subreddit)
Framworks used: Node js, express js, axios, body-parser
Overview: the API takes the information about the subreddit from reddit, chooses the relevent information and displays it