Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiatjaf/bisu
https://github.com/fiatjaf/bisu
nostr
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiatjaf/bisu
- Owner: fiatjaf
- Created: 2023-01-01T00:31:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:43:03.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:12:19.393Z (12 days ago)
- Topics: nostr
- Language: Go
- Homepage:
- Size: 207 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bisu
First time setup:
```sh
go install github.com/joho/godotenv/cmd/godotenv@latest
touch .env
```To run:
```sh
go build && godotenv ./bisu
```