Skip to content

openfoodfacts/openfoodfacts-ubuntu

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2025
Aug 22, 2015
Jan 24, 2019
Nov 17, 2019
Apr 26, 2021
Nov 6, 2016
Aug 28, 2015
Aug 28, 2015
Nov 6, 2016
Jan 18, 2019
Nov 6, 2019
Feb 4, 2016
Sep 17, 2015
Nov 26, 2016
Oct 30, 2024
Nov 6, 2019
Dec 29, 2020
Aug 22, 2015
Sep 26, 2015
Aug 22, 2015
Nov 17, 2019
Aug 22, 2015

Repository files navigation

Open Food Facts for Ubuntu Touch

The official native client of the Open Food Facts database for Ubuntu Touch devices.

Developpers and contributors

  • nymerea
  • sy-per

License

This application is released under the term of the GNU GENERAL PUBLIC LICENSE Version 3.
See file gpl-3.0.txt for details.

Dependencies

Don't forget to install dependencies because the barcode detector uses static linkage

clickable.json

    "dependencies": [
        "libjpeg-dev",
        "libzbar0",
        "zbar-tools",
        "libzbar-dev",
        "libv4l-dev",
        "libqrencode-dev"
    ]
}

If you want publish your application on smartphone, create your docker image manually and don't forget to install dependencies on your kit with Dockerfile

Dockerfile

FROM clickable/ubuntu-sdk:16.04-armhf

RUN apt update

RUN apt install -y libglib2.0-dev libgdk-pixbuf2.0-dev libcairo2-dev
RUN apt install -y librsvg2-dev
RUN apt install -y libzbar-dev:armhf

RUN apt install -y libjpeg-dev:armhf
RUN apt install -y libv4l-dev:armhf

Terminal :

docker build ./ -t ut16.04-zbar

clickable.json

    "docker_image":"ut16.04-zbar",
    "dependencies": [
        "libjpeg-dev:armhf",
        "libzbar0:armhf",
        "zbar-tools:armhf",
        "libzbar-dev:armhf",
        "libv4l-dev:armhf",
        "libqrencode-dev:armhf"
    ]
}

Official Documentation of the Open Food Facts API

The official documentation for API : https://openfoodfacts.github.io/openfoodfacts-server/api/

Help translate the app

You can help translate Open Food Facts and the app at (no technical knowledge required, takes a minute to signup):

Status

Project Status Average time to resolve an issue Percentage of issues still open

Useful links