An Emoji Search application developed using Nuxt.js
https://emmimmojiiii.herokuapp.com/
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
Project uses the emoji-api which can be taken from https://emoji-api.com/ and use the same key in nuxt.config.js wherever specified
...
env: {
emoji_api_key: 'your emoji api key'
},
...