Simple application to show current local weather.
npm install
has post-install hook that will do some primitive setup for the app- simply run
npm start
from project dir
- NPM supports a few tasks right now
- use
npm run jshint
to check you code - use
npm run style
to compile your SCSS
- 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