First, pick a location and a date:
Neat! Now, querying Bright Sky to get the weather for this location and date in a machine-readable format is as simple as opening this URL:
https://api.brightsky.dev/ weather?lat=52&lon=7.6&date=2020-08-12
Notice how the parameters you entered are used in the lat=
, lon=
, and date=
parts at the end of the URL!
On the right you'll find an interactive preview of Bright Sky's response
And this is how a simple weather app could visualize it
Response from Bright Sky