A simple Scriptable lockscreen widget that view data from a Wunderground PWA on the iOS Lockscreen
Please insert your station id (You can find it here: https://www.wunderground.com/member/devices) and your Wunderground api key (You can find it here: https://www.wunderground.com/member/api-keys) on the first two variables
// Insert here your station id (https://www.wunderground.com/member/devices)
let stationID = ""
// Insert your Wunderground api key here (https://www.wunderground.com/member/api-keys)
let apiKey = ""