Home dashboard TUI built with Ink and Deno.
- Spotify viewer
- Date and weather
- Bin collection notifier
- Quote of the day
- Water day notifier
- Calendar events
- Deno ^2.5
Generate types for APIs and SSL certificates.
deno task gen-types && deno task gen-certsBefore running the app you will need to sign into the various APIs using OAuth. This will generate JSON tokens that will be automatically refreshed during runtime.
deno task oauthRun in dev mode.
deno task devBuild into an executable.
deno task build