Small feature request; when I paste in from Google's "copy coordinates" feature, it could detect my paste contents are "coord,coord" and populate the form appropriately, splitting on the ",".
- https://openweathermap.org/api/geocoding-api
I'm using the openweathermap geocoding API for https://uw.leftium.com/ (IP address -> lat/long -> location)
Source code: https://github.com/Leftium/ultra-weather/blob/0f4ea58d2603f4...