Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 547 Bytes

AccuWeather API Samples

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

Samples

CurrentConditions.html shows how to search for a location and display current conditions for it.