For now, there are three modes you can view the data in:
Parameter | Type | Value |
Location | String | Any US, Canadian, or South American city. |
layout | String | "v" (Vertical - default); "h" (Horizontal); "raw" (raw list) |
temp_scale | String | "f" (Fahrenheit - default); "c" (Celsius) |
Right now, the plugin only accounts for light backgrounds. This will change with an upcoming option of choosing icons in an assortment of colors.
This was all made possible because of the Google weather API. Because the Google weather API is an XML based API I needed to create a JSON-P wrapper for it. This plugin is using that wrapper so jQuery can call the service and get returned data. Feel free to use the API for any use you may have. You can find it at http://weatherapi.heroku.com.
I've also open-sourced the JSON-P wrapper for the Google weather API. You can fork that project here.
Designed & Maintained by J.P. Given.