Forum Archive

Check weather for your location using iPhone location data!!

DavidOwen

This a little script for Pythonista I wrote to practice using APIs. It uses the location data from your phone to query the Dark Sky API for weather information. The script only uses a small amount of the available data from Dark Sky- it could easily be expanded to check for forecasts farther ahead or grab emergency weather data. It could also be reworked for desktop, but code that relies on iOS-specific modules (location, console, webbrowser) would have to be replaced with something else.https://trackeasy.fun/usps/ https://showbox.tools/

ccc

https://github.com/cclauss/Ten-lines-or-less/blob/master/weather_where_you_are.py