question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

✨ Gitmoji's API

See original GitHub issue

Hello @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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
KaKi87commented, Jun 1, 2020

Therefore, I suggest we close this issue

1reaction
KaKi87commented, Jun 1, 2020

That’s #410.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found