A custom weather widget that displays the current temp, weather conditions and five day forecast for a pre-defined city.
- index.html shows what needs to be included on a page to load the widget (a div and a script tag).
- cleanslate.css is an aggressive css reset fil used to reset the css for the widget only
- ww.css includes the styles for the widget
- ww.js is the script which dynamically builds the widget.
Next Steps
- Parameterize the zip
- Consider div vs. iframe