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)
- Host: GitHub
- URL: https://github.com/thinkaliker/weather
- Owner: thinkaliker
- License: mit
- Created: 2015-10-12T02:51:02.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-02-02T06:02:54.000Z (over 9 years ago)
- Last Synced: 2025-06-04T12:18:02.675Z (about 1 year ago)
- Topics: bing-api, darksky, firebase, forecastio, nodejs
- Language: JavaScript
- Homepage: http://weather.thinkaliker.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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