Skip to content

Simple weather widget built on Electron, using OpenWeatherMap data

License

Notifications You must be signed in to change notification settings

mister-spock/weatherman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weatherman

Simple application to show current local weather.

Usage:

  • npm install has post-install hook that will do some primitive setup for the app
  • simply run npm start from project dir

Development:

  • NPM supports a few tasks right now
  • use npm run jshint to check you code
  • use npm run style to compile your SCSS

Be sure to check app/config/conf.js:

  • it holds API key for OpenWeatherMap, you can feel free to use mine, but better get your own
  • be sure to change CITY_ID to your local city's ID from OpenWeatherMap, maybe later I'll implement some geolocation

Have fun

About

Simple weather widget built on Electron, using OpenWeatherMap data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages