Weather forecast in under 10kb.
- clone repo
npm install
FORECAST_IO_API_KEY=<key> GOOGLE_API_KEY=<key> node index.js
- Development branch uses DARK_SKY_API_KEY instead of FORECAST_IO_API_KEY
- google api key isn't required, but will increase rate limit for the npm package
node-geocoder
.
- Automatically compile:
npm run watch-css
- If you just want to run it once:
npm run build-css
GNU General Public License GPL-2.0
The GNU GPL is the most widely used free software license. When distributing derived works, the source code of the work must be made available under the same license.