An open API service indexing awesome lists of open source software.

https://github.com/thinkaliker/weather

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

bing-api darksky firebase forecastio nodejs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

Really Big Weather
=======

Uses [Dark Sky API](http://darksky.net) for weather.

Uses [Bing Maps API](https://www.bingmapsportal.com/) for reverse geocoding.

Uses [Firebase](http://firebase.com) 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