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

https://github.com/debdut/delhifm


https://github.com/debdut/delhifm

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# delhi.fm

> `delhi.fm` is a music app

## Usage

```sh
# build
make

# build frontend
make build-preact

# build the executable
make build-go

# run the binary
bin/delhi.fm
# you can also double
# click to run
```