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

https://github.com/debdut/delhi.fm


https://github.com/debdut/delhi.fm

Last synced: about 1 year 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
```