Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 619 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 619 Bytes

React Weather App

Simple Weather app built in ReactJS using OpenWeatherMap API See Live Demo Link

Run this App

First Clone this Repository

$ git clone https://github.com/sachin320/weather-app.git

Install dependencies. Make sure you have nodejs already installed in your system

$ npm install 

Get API KEY from OpenWeatherMap and add in App.js Line no. 09

After adding API and Installing dependencies run the App

$ npm start

Now Your Weather App is running on http://localhost:3000