Weather/Temp from online source

it takes 1 or 2 arguments when you call it, weather feature and location
ie:
getWeather(“conditions”, 60601)
or
getWeather(“alerts”)

feature list is here:
https://www.wunderground.com/weather/api/d/docs?d=data/index

and if you don’t pass a location, it will use the zipcode you entered for your location.

1 Like