/NewsApiapp

Simple application server to fetch the latest news articles using the endpoints from newsapi.org.

Primary LanguageEJS

NewsApiapp


Backend API's for fetching latest news articles from newsApi which mainly build with Node.JS & Express

Prerequisites

If you don't have a NewsAPI account or api token available, please follow the steps in order to get the app running!

  • Step 1:Login or Register for NewsAPI
  • Step 2:Go to your account page and copy your API Token
  • Step 3:Place SECRET_KEY in env file
  • Step 4:Install dependencies
npm install
  • step 5:Start the App
npm start