Server for Emojica
This is the example of server for Emojica component.
Codesandbox project
Online demo endpoint
Emojica is a modern lightweight component to provide emoji reactions in your apps. You start an endpoint and just add emojica component wherever you want: blog posts, images, comments!
- Clone this repository,
- Run
yarn
to install dependencies, - Run
yarn start
to spin up your server, - Ensure that
http:/localhost:8080
is up.
Try following command in terminal:
curl 'https://k5k38xnq85.sse.codesandbox.io/api/em18' \
-H 'Origin: curl' \
-H 'Content-Type: application/json' \
--data '{ "emoji": "🚀"}'
MIT