Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurcool/reactions
Package reactions provides a reactions service definition.
https://github.com/shurcool/reactions
emoji go reactions
Last synced: 4 days ago
JSON representation
Package reactions provides a reactions service definition.
- Host: GitHub
- URL: https://github.com/shurcool/reactions
- Owner: shurcooL
- License: mit
- Created: 2016-04-11T00:40:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:59:59.000Z (12 months ago)
- Last Synced: 2024-06-20T14:21:25.829Z (5 months ago)
- Topics: emoji, go, reactions
- Language: HTML
- Homepage:
- Size: 2.56 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
reactions
=========[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/reactions.svg)](https://pkg.go.dev/github.com/shurcooL/reactions)
Package reactions provides a reactions service definition.
Installation
------------```sh
go get github.com/shurcooL/reactions
```Directories
-----------| Path | Synopsis |
|-----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
| [component](https://pkg.go.dev/github.com/shurcooL/reactions/component) | Package component contains individual components that can render themselves as HTML. |
| [emojis](https://pkg.go.dev/github.com/shurcooL/reactions/emojis) | Package emojis contains emojis image data. |
| [fs](https://pkg.go.dev/github.com/shurcooL/reactions/fs) | Package fs implements reactions.Service using a virtual filesystem. |
| [mousemoveclick](https://pkg.go.dev/github.com/shurcooL/reactions/mousemoveclick) | mousemoveclick is a script to demonstrate a peculiar browser behavior on iOS. |License
-------- [MIT License](LICENSE)