Skip to content

blanyal/weather-10kb

 
 

Repository files navigation

Weather forecast in under 10kb.

Run app with Node

  1. clone repo
  2. npm install
  3. 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.

Compile CSS

  • Automatically compile: npm run watch-css
  • If you just want to run it once: npm run build-css

Please fork, modify, and use this project!

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.

About

A super fast weather site in under 10kb.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 33.6%
  • CSS 33.5%
  • JavaScript 32.9%