/the-verge-top-stories-NodeJS

A responsive site that fetches the top 10 stories from theVerge.com using an API. Uses nodejs with expressjs.

Primary LanguageCSS

Check it out here: https://theverge-top-stories.herokuapp.com/

To install, clone the repo and the use npm install to install all necesary dependencies.

Uses dotenv to keep the API key separate and hidden from the public. Create a file called '.env' and add you api key to it like this:

API_KEY:yourkeygoeshere

Uses the https://newsapi.org API.