Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch up to date emoji list from internet #6

Open
5 tasks
GROOOOAAAARK opened this issue Dec 15, 2024 · 0 comments
Open
5 tasks

fetch up to date emoji list from internet #6

GROOOOAAAARK opened this issue Dec 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@GROOOOAAAARK
Copy link
Owner

Problem

Static data (emojis and their description) in the CLI may not be up to date, and if not, we can't really know when and what is missing.

Expected Behavior

Fetch the published official repo json file containing gitmojis and descriptions, load as gitmojiconfig array and work on this instead of the static one.
If offline or error while transforming or fetching data, print simple message for user

TODO

  • fetch up to date git emoji json from the gitmoji repo
  • transform the json in an array of gitmojiconfig to use in the search and list methods
    • happyflow
    • fetch error (offline, etc) => use local version (print message "offline use")
    • transform errors => use local version (print message "error format")
@GROOOOAAAARK GROOOOAAAARK added the enhancement New feature or request label Dec 15, 2024
@GROOOOAAAARK GROOOOAAAARK self-assigned this Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant