You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
763 B

  1. Simple [golang](https://www.golang.org) library for serving
  2. [federated avatars](https://www.libravatar.org)
  3. [![trunk](https://goreportcard.com/badge/strk.kbt.io/projects/go/libravatar)]
  4. (https://goreportcard.com/report/strk.kbt.io/projects/go/libravatar)
  5. # Use
  6. ```sh
  7. go get strk.kbt.io/projects/go/libravatar
  8. go doc strk.kbt.io/projects/go/libravatar
  9. ```
  10. # Contribute
  11. A clone of the code repository would be downloaded by `go get`.
  12. You can send patches or pull requests to strk@kbt.io.
  13. If you need a place to publish your contribution branches,
  14. you could start from a fork of the gitlab mirror:
  15. https://gitlab.com/strk/go-libravatar
  16. # Contacts
  17. * Project homepage: http://strk.kbt.io/projects/go/libravatar
  18. * Maintainer: Sandro Santilli <strk@kbt.io>