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

Integrate barcode resolver/database for Czechia #233

Open
moookino opened this issue Jan 21, 2024 · 1 comment
Open

Integrate barcode resolver/database for Czechia #233

moookino opened this issue Jan 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@moookino
Copy link

moookino commented Jan 21, 2024

Hi,

Is it possible to use something like https://www.kaloricketabulky.cz to resolve barcodes after scan?
It seems they have https://www.kaloricketabulky.cz/autocomplete/foodstuff-activity-meal?query=<barcodenumber>&format=json which could be used to list product and all relevant info in json format and map those

Here's response example (there's might be duplicates for the same barcode as those are user entered)

[
  {
    "clazz": "foodstuff",
    "id": "debcb64b88104a59aface5fc2cc178e2",
    "url": "freche-freunde-knusper-flips-mais-karotte-erdbar",
    "title": "Freche Freunde Knusper-Flips Mais & Karotte erdbär",
    "type": null,
    "unit": "g",
    "value": "396",
    "favorite": false,
    "energy": null,
    "energyUnit": "kcal",
    "status": 2,
    "visibility": "public",
    "isLiquid": false,
    "hasImage": false,
    "multiplier": null,
    "locked": false
  }
@Forceu Forceu added the enhancement New feature or request label Jan 29, 2024
@Forceu
Copy link
Owner

Forceu commented Jan 29, 2024

Thanks, I will add this in the future

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

2 participants