summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-10-03Add soundbox.StreamURLContext()v0.1.0xegineering
This should be the primary public API of the library to stream web radio to soundbox devices.
2024-10-02Link project page in README.mdxegineering
This gives a better overview of the existing repositories.
2024-10-02Change Go module name from `soundbox-go` to `soundbox`xegineering
Go modules should be named with a single word if possible (see the [standard libraray][1] as a reference example). Furthermore the module name will be present in the code very often and thus length is a critical point. The repository and project should still be named `soundbox-go` to distinguish it from the device repository [soundbox][2] and the application repository [soundbox-app][3]. [1]: https://pkg.go.dev/std [2]: https://cgit.xengineering.eu/soundbox [3]: https://cgit.xengineering.eu/soundbox-app
2024-10-01Add README.md with project descriptionxegineering