Skip to content

Instantly share code, notes, and snippets.

View kvaradhan3's full-sized avatar

Kannan Varadhan kvaradhan3

View GitHub Profile
@kvaradhan3
kvaradhan3 / gist:8e47a6cd3e96c26f70dc9719a0a3da97
Created June 4, 2024 03:20
read weather data from visualCrossing
{/*
* VisualCrossing uses US ZIP codes,
* or "City,Country" format for location,
* Country is in ISO-3166-2 ALPHA-2 format
* (https://www.iban.com/country-codes)
*/}
import { css } from "uebersicht"
import { run } from "uebersicht"