The AccuWeather API provides subscribers access to location based weather data via a simple RESTful web interface.
The code samples in this repo show basic functionality on how to get started. You can find detailed information about the API at http://api.accuweather.com/
You need to obtain an API Key from AccuWeather in order for these demos to run in your environment
CurrentConditions.html shows how to search for a location and display current conditions for it.