Simple node application server to fetch the latest news articles using the endpoints from newsapi.org.
Backend API’s for fetching latest news articles from newsApi which mainly build with Node.JS & Express
If you don’t have a NewsAPI account or api token available, please follow the steps in order to get the app running!
Go to your account page and copy your API Token
Replace SECRET_KEY
with your key in .src/app_constant.js
file
SECRET_KEY="YOUR_NEWS_API_KEY"
git clone git@github.com:dineshvm/express-newsapi.git
npm i
OR
yarn
npm start
Open your browser and check http://localhost:8090