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

https://github.com/bahdcoder/node-emoji-api

An example application deployed in Node.js deployments book :rocket:
https://github.com/bahdcoder/node-emoji-api

Last synced: 4 months ago
JSON representation

An example application deployed in Node.js deployments book :rocket:

Awesome Lists containing this project

README

        

# Node.js Emoji API

### Requirements
- Npm >= v6.12.0
- Node >= v10.16.3
- Redis database

### Steps to install and run

```bash
git clone https://github.com/bahdcoder/node-emoji-api

cd node-emoji-api

npm install

# development
npm run dev

# production
npm start
```

### Endpoints
This application exposes two endpoints:

- `/`: Fetches a list of all emojis. Can accept a `search` query parameter to filter emojis.
- `/stats`: Returns the number of times this API has been called.