Skip to content

Releases: cheatsnake/emojihub

2.1.0

30 Jun 16:48

Choose a tag to compare

2.1 - New API endpoints

Big thanks to @Acetyld for this update.

  • GET /api/categories - Returns all available emoji categories
  • GET /api/groups - Returns all available emoji groups
  • GET /api/search?q={query} - Search emojis by name (case-insensitive fuzzy matching)
  • GET /api/similar/{name} - Find emojis with similar names (word-based matching)

For more see this pull request.

2.0.0

23 Nov 16:12
3533b66

Choose a tag to compare

2.0 – Migrated from Heroku

  • All code rewrited in Go
  • Updated API endpoints

For more see this issue.

1.0.1

08 Apr 17:22

Choose a tag to compare

  • Fixed a bug in which the emojis sorting had a random order each time. Now this order is permanent.

1.0.0

04 Jan 20:21

Choose a tag to compare

1.0 Release

EmojiHub is a free public API for getting emojis.

Main futures:

  • Getting random emojis
  • Getting list of all emojis
  • Getting emojis by categories and groups

Build using: Nest.js
Tested using: Jest, Supertest.