This is a Chrome app training build that displays the current time and weather information from forecast.io. Everything here is experimental.
- Displays the current time.
- Displays the weather information from forecast.io with fixed location & options.
- API key and location information are hardcoded in
main.js
. - Icons and assets sub folder is not yet created.
- Get your forecast.io API key from https://developer.forecast.io/
- Add your API key to
GLOBAL_API_KEY
inmain.js
. - Add your location coordination(Lat,long) to
GLOBAL_LOCATION_LAT
andGLOBAL_LOCATION_LONG
inmain.js
.
- Add setting UI
- Rebuild the responsive UI
- Redesign the UI
- Add weather icons