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:
- Host: GitHub
- URL: https://github.com/bahdcoder/node-emoji-api
- Owner: bahdcoder
- Created: 2019-10-20T07:53:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:02:35.000Z (over 2 years ago)
- Last Synced: 2025-01-01T01:27:08.360Z (5 months ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
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-apicd 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.