Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 363 Bytes

This is a simple javascript function that allows you to specify a zip code, and get a 7 day forecast of the weather.

Currently it simply returns the 7 day low and high temperatures, but you can see the other options you could specify in the request URI here:

http://graphical.weather.gov/xml/SOAP_server/ndfdXML.htm

This code is released under the MIT license.