https://github.com/blues/note
Blues Wireless Notehub & Notelib Core
https://github.com/blues/note
Last synced: 5 months ago
JSON representation
Blues Wireless Notehub & Notelib Core
- Host: GitHub
- URL: https://github.com/blues/note
- Owner: blues
- License: agpl-3.0
- Created: 2019-10-07T17:36:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-19T20:54:27.000Z (7 months ago)
- Last Synced: 2025-12-26T17:50:41.408Z (6 months ago)
- Language: Go
- Size: 5.91 MB
- Stars: 32
- Watchers: 12
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NOTEHUB TM
The Blues toolset for manipulating notes and the the basics for creating a hub
server.
See also:
* [note-go][note-go] for the Go API for communicating with the Notecard + other
go tools
[notehub]: https://notehub.io
[note-go]: https://github.com/blues/note-go
## How to contribute
Contributions are welcome!
Please read the document [How to contribute](CONTRIBUTING.md) which will guide
you through how to build the source code, run the tests, and contribute your
changes to the project.
## How to install
Add the package to your `go.mod` file:
require github.com/blues/note
Or, clone the repository:
git clone --branch master https://github.com/blues/note.git $GOPATH/src/github.com/blues/note