Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shurcool/events
- Owner: shurcooL
- License: mit
- Created: 2017-05-06T03:55:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:49:52.000Z (about 1 year ago)
- Last Synced: 2024-06-20T06:21:42.551Z (8 months ago)
- Topics: events, go, indieweb, service
- Language: Go
- Size: 52.7 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)