gomoji/examples/openemoji
Vlad Gukasov f0681219d2 README fix 2021-01-02 18:52:14 +03:00
..
.gitignore Implemented core functions (#1) 2021-01-02 18:50:08 +03:00
Makefile Implemented core functions (#1) 2021-01-02 18:50:08 +03:00
README.md Implemented core functions (#1) 2021-01-02 18:50:08 +03:00
openemoji.go README fix 2021-01-02 18:52:14 +03:00

README.md

Using Open Emoji API service provider example

  • Check whether a string contains an emoji.
  • Get all available emojis

How to build

make

How to run

./openemoji -accessKey=XXXXX

You can get access key here after signing up

Example output

String: Hello world!, contains emoji: false
String: Hello world 🤗, contains emoji: true
Emojis count: 1357