jgudo / react-weather-app

basic weather app built with react

Home Page:https://kaulapan.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

basic weather app built with react

https://kaulapan.netlify.com/


Languages

Language:JavaScript 68.4%Language:CSS 30.1%Language:HTML 1.5%