Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)