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

https://github.com/coryodaniel/names

Haiku name server
https://github.com/coryodaniel/names

Last synced: 2 months ago
JSON representation

Haiku name server

Awesome Lists containing this project

README

          

# names

Just a haiku name server, nothing to blow your hair back.

## build

```shell
go build
NAMES_PORT=3000 ./names
open http://localhost:3000/names
```