✨ Gitmoji's API
See original GitHub issueHello @carloscuesta 😎!
A lot of people loves the Gitmoji’s convention and wants a easy way to get the gitmojis.json like mentionned in #410. An easy way to share it to anyone who wants it is an API.
What’s great is that Next.js already provide a way to provide an API using the pages/api/
folder. Just check the documentation.
We will therefore be able to put in place very basic routes such as:
- GET
/api/gitmojis
- GET
/api/gitmojis/{name}
What do you think about this idea? 😉 I’ve already developed a [WIP] of this both routes so you can have an idea how it’s work.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
gitmoji | An emoji guide for your commit messages
Gitmoji is an emoji guide for your commit messages. Aims to be a standarization cheatshee /t for using emojis on GitHub's commit messages....
Read more >An emoji guide for your commit messages - gitmoji
Gitmoji is an emoji guide for your commit messages. Aims to be a standarization cheatsheet for using emojis on GitHub's commit messages.
Read more >Gitmoji Commit - Visual Studio Marketplace
Extension for Visual Studio Code - A utility to compose GitHub commit messages with emojis. Based on Gitmoji.
Read more >gitmoji - Twitter
Gitmoji just passed 10,000 stars⭐️on GitHub🥳 ... I built a Gitmoji API to serve the emojis to the cli using the Next.js API...
Read more >gitmoji-rs 0.3.0 - Docs.rs
Update the gitmojis list based on the provided api url. ... :ambulance: Critical hotfix. ✨ :sparkles: Introduce new features.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Therefore, I suggest we close this issue
That’s #410.