Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T21:48:15.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T15:50:58.230Z (over 1 year ago)
- Topics: api, emoji, emoji-api, emojis, nodejs, nuxt, nuxtjs, smiley, vuejs
- Language: Vue
- Size: 2.84 MB
- Stars: 1
- Watchers: 1
- 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```
![Screenshot from 2020-06-16 12-29-47](https://user-images.githubusercontent.com/38497682/84741790-3294f200-afcd-11ea-9350-49eb8862e56f.png)
![Screenshot from 2020-06-16 12-30-11](https://user-images.githubusercontent.com/38497682/84741794-358fe280-afcd-11ea-8a09-52e87c19072e.png)
![Screenshot from 2020-06-17 11-15-05](https://user-images.githubusercontent.com/38497682/84859977-d349e700-b08b-11ea-8fee-bb8e8c1f3402.png)## 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'
},...
```