An open API service indexing awesome lists of open source software.

https://github.com/sethshivam11/newsapp

This is a News App which can be used to grab quick daily news bites. This App provides you with daily weather, politics, sports, and more news related content.
https://github.com/sethshivam11/newsapp

bootstrap newsapi reactjs

Last synced: 5 months ago
JSON representation

This is a News App which can be used to grab quick daily news bites. This App provides you with daily weather, politics, sports, and more news related content.

Awesome Lists containing this project

README

          

# Newsapp

- This is a basic news app which is built using Reactjs and data is fetched from newsapi.

## To clone this project

`git clone https://github.com/sethshivam11/newsapp.git`

`cd newsapp`

## To build the project

`npm run build`

## To run the project

`npm start`

## Environment variables

`PORT`
`API_KEY`
`NODE_ENV` -- expected value `production`