https://github.com/leviceccato/zerodash
🖋️ Home dashboard TUI built with Ink and Deno.
https://github.com/leviceccato/zerodash
deno ink react terminal tui
Last synced: 2 months ago
JSON representation
🖋️ Home dashboard TUI built with Ink and Deno.
- Host: GitHub
- URL: https://github.com/leviceccato/zerodash
- Owner: leviceccato
- Created: 2025-10-19T02:29:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-29T10:21:55.000Z (8 months ago)
- Last Synced: 2025-11-10T08:02:36.917Z (8 months ago)
- Topics: deno, ink, react, terminal, tui
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zerodash
Home dashboard TUI built with Ink and Deno.

## Features
- [x] Spotify viewer
- [x] Date and weather
- [x] Bin collection notifier
- [x] Quote of the day
- [x] Water day notifier
- [ ] Calendar events
## Requirements
- Deno ^2.5
## Usage
Generate types for APIs and SSL certificates.
```sh
deno task gen-types && deno task gen-certs
```
Before 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.
```sh
deno task oauth
```
Run in dev mode.
```sh
deno task dev
```
Build into an executable.
```sh
deno task build
```