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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiatjaf/bisu
- Owner: fiatjaf
- Created: 2023-01-01T00:31:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:43:03.000Z (about 1 year ago)
- Last Synced: 2024-10-25T21:09:24.506Z (about 2 months 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
```