https://github.com/coryodaniel/names
Haiku name server
https://github.com/coryodaniel/names
Last synced: 2 months ago
JSON representation
Haiku name server
- Host: GitHub
- URL: https://github.com/coryodaniel/names
- Owner: coryodaniel
- Created: 2019-03-25T22:08:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T19:14:43.000Z (over 6 years ago)
- Last Synced: 2025-12-31T10:10:01.098Z (6 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```