Weather Underground Widget

While working on the family site, I discovered that the Weather Underground no longer had a widgit to show current conditions at a weather station.  Some digging revealed that data, in a raw form, could still be retrieved using an API.  There was no offical widet, and the only un-offical widget I found was php based.  So, I decided to make my own.

When given an API key and a weather station ID, it will spit out the current conditions in a similar format to Weather Underground.  If the Station ID or service is down the user will receive an error message instead.

For more indepth information, please check out it's repository on GitHub.

View Repository

Skills Utilized

  • CSS
  • Javascript / jQuery
  • API
  • GIT
  • HTML / HTML5
  • AJAX / JSON
  • Responsive Design