mister-spock / weatherman

Simple weather widget built on Electron, using OpenWeatherMap data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 78.9%Language:HTML 10.8%Language:CSS 10.3%