Skip to content

jgudo/react-weather-app

Repository files navigation

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