Skip to content

Instantly share code, notes, and snippets.

@gallynaut
Created February 23, 2022 23:48
Show Gist options
  • Save gallynaut/753212d0878c93f5a25f0c2750794f80 to your computer and use it in GitHub Desktop.
Save gallynaut/753212d0878c93f5a25f0c2750794f80 to your computer and use it in GitHub Desktop.
{
"tasks": [
{
"httpTask": {
"url": "https://api.weather.gov/gridpoints/MFL/111,50/forecast"
}
},
{
"jsonParseTask": {
"path": "$.properties.periods.0.temperature"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment