Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
},

...

```