Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shurcool/events

Package events provides an events service definition.
https://github.com/shurcool/events

events go indieweb service

Last synced: 3 months ago
JSON representation

Package events provides an events service definition.

Awesome Lists containing this project

README

        

events
======

[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/events.svg)](https://pkg.go.dev/github.com/shurcooL/events)

Package events provides an events service definition.

Installation
------------

```sh
go get github.com/shurcooL/events
```

Directories
-----------

| Path | Synopsis |
|----------------------------------------------------------------------|----------------------------------------------------------------------|
| [event](https://pkg.go.dev/github.com/shurcooL/events/event) | Package event defines event types. |
| [fs](https://pkg.go.dev/github.com/shurcooL/events/fs) | Package fs implements events.Service using a virtual filesystem. |
| [githubapi](https://pkg.go.dev/github.com/shurcooL/events/githubapi) | Package githubapi implements events.Service using GitHub API client. |

License
-------

- [MIT License](LICENSE)