An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# zerodash

Home dashboard TUI built with Ink and Deno.

![Screenshot](https://raw.githubusercontent.com/leviceccato/zerodash/refs/heads/main/screenshot.png)

## 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
```