1
Skwire Empire / Re: Release: sWeather (tray-based weather app)
« on: June 27, 2021, 07:40 AM »
Request to https://brightsky.dev/ works in several ways: you can either enter latitude and logitude or the WHO station ID when requesting data
If you want to request with latitude and longitude data you can do it the way AusDemFF did
https://api.brightsk...&date=2021-06-27
If you want to request a wheater station directly you can do it e.g. for New Orleans using
https://api.brightsk...&date=2021-06-27
In this case you need to know the New Orleans station ID 72231
I have tried several locations around the world and got data for all of them even the source is a German site from the "Deutscher Wetterdienst" (=German Wheather Service), a higher federal authority of the German Federal Ministry of Transport.
On https://github.com/jdemaeyer/brightsky you can find some information about the site and how to access
If you want to request with latitude and longitude data you can do it the way AusDemFF did
https://api.brightsk...&date=2021-06-27
If you want to request a wheater station directly you can do it e.g. for New Orleans using
https://api.brightsk...&date=2021-06-27
In this case you need to know the New Orleans station ID 72231
I have tried several locations around the world and got data for all of them even the source is a German site from the "Deutscher Wetterdienst" (=German Wheather Service), a higher federal authority of the German Federal Ministry of Transport.
On https://github.com/jdemaeyer/brightsky you can find some information about the site and how to access