Yet another weather app. https://pratikju.github.io/weather-app
Here’s the latest addition to the weather apps available in the open source community. It is built using React.js
and uses OpenWeatherMap
API to get the weather forecast data.
The project is deployed to github pages. See Demo
Assuming a Node.js environment with the latest version installed,
$ git clone https://github.com/pratikju/weather-app.git
$ cd weather-app
$ npm install
$ npm start
Go to localhost:3000
and you will see the weather of Kolkata, India
From project root directory,
$ npm run deploy
MIT, see the LICENSE