(no title)
hn-ifs | 5 months ago
~> http get https://api.weather.gov/gridpoints/BOU/63,62/forecast
| from json
| get properties.periods.temperature
| {average: ($in | math avg) minimum: ($in | math min) maximum: ($in | math max)}
╭─────────┬───────╮
│ average │ 66.36 │
│ minimum │ 52 │
│ maximum │ 81 │
╰─────────┴───────╯
~>
No comments yet.