https://github.com/thealoneprogrammer/emmimmojiii
Simple Emoji Search Application developed using Nuxt Js
https://github.com/thealoneprogrammer/emmimmojiii
api emoji emoji-api emojis nodejs nuxt nuxtjs smiley vuejs
Last synced: 4 months ago
JSON representation
Simple Emoji Search Application developed using Nuxt Js
- Host: GitHub
- URL: https://github.com/thealoneprogrammer/emmimmojiii
- Owner: thealoneprogrammer
- Created: 2020-06-16T06:13:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:48:15.000Z (over 2 years ago)
- Last Synced: 2024-12-27T15:11:04.296Z (6 months ago)
- Topics: api, emoji, emoji-api, emojis, nodejs, nuxt, nuxtjs, smiley, vuejs
- Language: Vue
- Size: 2.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emmimmojiii
> An Emoji Search application developed using Nuxt.js
## Take a demo below
https://emmimmojiiii.herokuapp.com/
## Build Setup
```bash
# 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
## nuxt.config.js looks like below
```
...env: {
emoji_api_key: 'your emoji api key'
},...
```