Skip to content

paul-pro/emojica-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server for Emojica

This is the example of server for Emojica component.

Codesandbox project

Online demo endpoint


Emojica

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!

Installing

  • Clone this repository,
  • Run yarn to install dependencies,
  • Run yarn start to spin up your server,
  • Ensure that http:/localhost:8080 is up.

Testing

Try following command in terminal:

curl 'https://k5k38xnq85.sse.codesandbox.io/api/em18' \
-H 'Origin: curl' \
-H 'Content-Type: application/json' \
--data '{ "emoji": "🚀"}'

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published