Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 588 Bytes

React Weather Application

Visit live demo here https://kaulapan.netlify.com

Install Dependencies

$ npm install 

Get API key

Get a free api key from IPdata. Get it here Get a free api key from WeatherBit. Get it here

Create a .env file in the root of your project folder and name it .env.development and add the following

IPDATA_API_KEY=[yourapikey]
WEATHERBIT_KEY=[yourapikey]

Run development server

$ npm run dev-server

Build the project

$ npm run build