项目作者: pratikju

项目描述 :
Yet another weather app. https://pratikju.github.io/weather-app
高级语言: JavaScript
项目地址: git://github.com/pratikju/weather-app.git
创建时间: 2018-09-09T08:56:14Z
项目社区:https://github.com/pratikju/weather-app

开源协议:MIT License

下载


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.

Demo

The project is deployed to github pages. See Demo

Manual Installation

Assuming a Node.js environment with the latest version installed,

  1. $ git clone https://github.com/pratikju/weather-app.git
  2. $ cd weather-app
  3. $ npm install
  4. $ npm start

Go to localhost:3000 and you will see the weather of Kolkata, India

Deploying to github pages

From project root directory,

  1. $ npm run deploy

Future prospects

  • Improvements in UI for better usability
  • Graphical representation of hourly data
  • Allow user search for weather of a desired location

License

MIT, see the LICENSE