Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 770 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 770 Bytes

News App

About

This site was built to pull news articles from various sources using multiple APIs.

Currently using the New York Times API. Will add more in the future

View live at https://modest-blackwell-d7e99c.netlify.app/

Styled With Material-UI https://material-ui.com/

Install

Sign up for a New York Times Developer Key

Go to New York Times Dev Portal Follow the instructions to register an account and sign up for an API key.

Clone the repository

git clone https://github.com/MetkelK/newsapp.git

cd newsapp

npm install

Add environment variables

In the root folder create a .env file and add the line REACT_APP_API_KEY=Your API Key

Start local server

npm start