thinkaliker / weather

Really big weather. (http://weather.thinkaliker.com)

Home Page:http://weather.thinkaliker.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Really Big Weather

Uses Dark Sky API for weather.

Uses Bing Maps API for reverse geocoding.

Uses Firebase for database.

Requires HTTPS, which does not function correctly in my current Github Pages setup. This may change in the future.

Requires Node.JS. Uses request, firebase, log-timestamp packages (use npm to install).

Node.js is required if you would like to serve up your own data.

How to use

Create a "api.key" file with JUST your Forecast.io API key. (if using Heroku set process.env.API)

Create a "bing.key" file with JUST your Bing Maps Developer Basic key. (if using Heroku set process.env.BING)

Modify load.html if you would like to serve up custom responses generated by the server.

Run nodeweather.js with node.js

About

Really big weather. (http://weather.thinkaliker.com)

http://weather.thinkaliker.com

License:MIT License


Languages

Language:JavaScript 71.2%Language:HTML 23.0%Language:CSS 5.8%