Simple Weather app built in ReactJS using OpenWeatherMap API See Live Demo Link
First Clone this Repository
$ git clone https://github.com/sachin320/weather-app.gitInstall 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 startNow Your Weather App is running on http://localhost:3000