A RESTful API for accessing emoji data.
git clone https://github.com/mojisdev/api.mojis.dev.git
cd api.mojis.dev
pnpm installpnpm run devNote
This will copy the emoji data from mojis/emoji-data to the node_modules/.emoji-data directory.
If you want to update this, you can run pnpm run copy:emoji-data.
The API documentation is available at api.mojis.dev using Scalar.
The project uses:
- Hono for the web framework
- Cloudflare Workers for deployment
- Vitest for testing
- Scalar for API documentation
Published under MIT License.