An IndieWeb toolkit in Go. This repository contains a set of tools to help you implement IndieWeb related protocols in Go: IndieAuth client and server, Micropub server, and Microformats post discovery.
go get go.hacdias.com/indielib@latest
Check the documentation. This repository also contains two illustrative examples: a server and a client.
Below is a list of other IndieWeb-related Go packages that can help you implement whatever feature you are looking for to implement:
- willnorris.com/go/microformats - parsing Microformats.
- willnorris.com/go/webmention - library and CLI for sending Webmentions.
Feel free to open an issue or a pull request.