Skip to content

0xdevsachin/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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