8000 GitHub - pratikju/weather-app: Yet another weather app. https://pratikju.github.io/weather-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pratikju/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

$ 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

Deploying to github pages

From project root directory,

$ 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

About

Yet another weather app. https://pratikju.github.io/weather-app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0