Skip to content
/ note Public

Blues Wireless Notehub & Notelib Core

License

Notifications You must be signed in to change notification settings

blues/note

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96742a8 · Mar 5, 2025

History

72 Commits
Mar 5, 2025
Sep 20, 2023
Mar 5, 2025
Mar 15, 2020
Oct 7, 2019
Aug 5, 2021
Oct 8, 2019
Mar 4, 2020
Mar 5, 2025
Mar 5, 2025

Repository files navigation

NOTEHUB TM

The Blues toolset for manipulating notes and the the basics for creating a hub server.

See also:

  • note-go for the Go API for communicating with the Notecard + other go tools

How to contribute

Contributions are welcome!

Please read the document How to contribute 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