Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 920 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 920 Bytes

Emmimmojiii

An Emoji Search application developed using Nuxt.js

Take a demo below

https://emmimmojiiii.herokuapp.com/

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

Screenshot from 2020-06-16 12-29-47 Screenshot from 2020-06-16 12-30-11 Screenshot from 2020-06-17 11-15-05

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

nuxt.config.js looks like below

...

env: {
    emoji_api_key: 'your emoji api key'
},

...