This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/README.md

18 lines
1 KiB
Markdown
Raw Normal View History

2019-01-22 15:55:50 +00:00
# Activity Streams vocabulary for Go
2017-09-11 20:52:20 +00:00
2019-01-22 15:55:50 +00:00
[![MIT Licensed](https://img.shields.io/github/license/go-ap/activitystreams.svg)](https://raw.githubusercontent.com/go-ap/activitystreams/master/LICENSE)
[![Build Status](https://builds.sr.ht/~mariusor/activitystreams.svg)](https://builds.sr.ht/~mariusor/activitystreams)
[![Test Coverage](https://img.shields.io/codecov/c/github/go-ap/activitystreams.svg)](https://codecov.io/gh/go-ap/activitystreams)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-ap/activitystreams)](https://goreportcard.com/report/github.com/go-ap/activitystreams)
2019-06-09 11:38:28 +00:00
<!-- [![Codacy Badge](https://api.codacy.com/project/badge/Grade/29664f7ae6c643bca76700143e912cd3)](https://www.codacy.com/app/go-ap/activitystreams/dashboard) -->
2017-09-11 21:33:19 +00:00
2019-01-22 15:55:50 +00:00
Basic package for using [activity pub](https://www.w3.org/TR/activitypub/#Overview) API in Go.
2019-01-07 13:54:19 +00:00
Please see issue [#1](https://github.com/go-ap/activitypub.go/issues/1) before considering this project for real life applications.
## Usage
```go
2019-01-22 15:55:50 +00:00
import "github.com/go-ap/activitystreams"
```