Created
June 3, 2023 19:48
-
-
Save mike-weiner/b05c25199ce82137515687663fc913a4 to your computer and use it in GitHub Desktop.
A curl command to obtain the weather stations that your WeatherLink account has access to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
-H "X-Api-Secret: <your-weatherlink-api-secret>" \ | |
'https://api.weatherlink.com/v2/stations?api-key=<your-weatherlink-api-key>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment