https://github.com/programmer-ke/ud811
progressive web app
https://github.com/programmer-ke/ud811
Last synced: over 1 year ago
JSON representation
progressive web app
- Host: GitHub
- URL: https://github.com/programmer-ke/ud811
- Owner: programmer-ke
- License: mit
- Created: 2016-11-29T04:39:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T04:39:57.000Z (over 9 years ago)
- Last Synced: 2025-01-03T21:43:21.590Z (over 1 year ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Udacity UD811 Course Material
These are the course materials for UD811.
## Firebase Weather API
Unfortunately the Firebase Open Data Set APIs have recently been shut
down. They still return data from March 31st, but are no longer updating.
For live data, with lots more cities, try [Forecast.io](http://forecast.io/).
You'll need to register for an API key, and set up a proxy as it does not
allow CORS requests.
There's an included proxy (forecast-io_proxy.js) that will work for local
development, but won't work when published live.
Proxies to check out:
* https://crossorigin.me/
* https://jsonp.afeld.me/