Weather

buzztouch plugin: Weather
Version: v1.1
This plugin displays a weather map with a three-day forecast and current weather map. You may specify a location or have the app display the user's location.
works on iOS iOS
Developer Info
Latest Review
PointerMadRod | 07/03/13 (v1.0)
Great plugin, it adds a premium screen to your apps. Works great with the metric system in europe.
Screenshots
More Information
This plugin displays a weather map complete with a three-day forecast and current weather map.
You may specify a location or have the app display the user's current location.

The weather data and graphic images are provided by an API call to http://www.wunderground.com.


iOS Project
------------------------
There are a total of 9 files in this project including 2 class files, 3 Xib files, and 4 images.

Jce_weather.m and .h

Jce_weather.xib
Jce_weather~ipad.xib
[email protected]
jce_backgroundoverlay.png
[email protected]
jce_bufferingbg.png
[email protected]



Android Project
------------------------
Not supported


**** NOTE: AN API KEY IS REQUIRED. ****

Sign up for an API key here:

http://www.wunderground.com

After getting your API key, you need to enter it in the configuration screen.



Version History
-----------------

v1.0     03/18/2013
          Original version



JSON Data
------------------------

If you manually enter the location data, the JSON data for this item in the BT_config.txt looks like this....

{
     "itemId":"18F2D9672B30B427B68467C",
     "itemType":"jce_weather",
     "itemNickname":"Weather Map",
     "navBarTitleText":"Weather Map",
     "navBarStyle":"solid",
     "tabBarHide":"hide",
     "weatherAPI":"YOUR-WUNDERGROUND-API-KEY-HERE",
     "title":"Ann Arbor, MI",
     "subTitle":"Ann Arbor, MI",
     "weatherLatitude":"42.2808256",
     "weatherLongitude":"-83.7430378",
     "iconSet":"http://icons.wxug.com/i/c/b/%@",
     "weatherColor":"#FFFFFF",
     "backgroundColor":"#0033FF"
}