Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 919 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 919 Bytes

Weather API React App

Live Demo

https://weather-api-react-app.netlify.app

Built using

Setup

Create your own free API Keys here:

Clone this repo

Create a ".env" file in the project root and add both of your new API Keys

WEATHER_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXX
REACT_APP_GOOGLE_MAPS_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXX

Install packages and dependencies

npm install

Run the app

netlify dev