https://github.com/bartozzz/foodie-app
Choose healthy, local food with Foodie. Don't waste time to decipher food labels. You don’t have to read every last word on the package while you’re shopping with this app.
https://github.com/bartozzz/foodie-app
app foodie linux macos openfood openfoodfacts windows
Last synced: 2 months ago
JSON representation
Choose healthy, local food with Foodie. Don't waste time to decipher food labels. You don’t have to read every last word on the package while you’re shopping with this app.
- Host: GitHub
- URL: https://github.com/bartozzz/foodie-app
- Owner: Bartozzz
- Created: 2018-06-06T17:19:51.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2018-09-18T19:50:50.000Z (over 6 years ago)
- Last Synced: 2025-02-03T11:51:01.855Z (4 months ago)
- Topics: app, foodie, linux, macos, openfood, openfoodfacts, windows
- Language: JavaScript
- Size: 688 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Foodie
[](LICENSE)
[](https://github.com/Bartozzz/foodie-app/releases)
**Foodie** is a *free* and *open-source* client for [Open Food Facts](https://world.openfoodfacts.org/). Foodie works on each desktop platform - it is based on [`Electron`](https://electronjs.org/), licensed under the *[MIT license](#license)*.
![]()
![]()
Contributing
### Bug reporting
[](https://github.com/Bartozzz/foodie-app/issues)
[](https://github.com/Bartozzz/foodie-app/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/Bartozzz/foodie-app/pulls)**We want contributing to Foodie to be fun, enjoyable, and educational for everyone.** Changes and improvements are more than welcome! Feel free to fork and open a pull request. If you have found any issues, please [report them here](https://github.com/Bartozzz/foodie-app/issues/new) - they are being tracked on [GitHub Issues](https://github.com/Bartozzz/foodie-app/issues).
### License
Foodie was created and developed by [Bartosz Łaniewski](https://github.com/Bartozzz). The full list of contributors can be found [here](https://github.com/Bartozzz/foodie-app/graphs/contributors). Foodie's code is [MIT licensed](https://github.com/Bartozzz/foodie-app/blob/master/LICENSE).
- We use an Open API – big thanks to [Open Food Facts](https://world.openfoodfacts.org/) for their work.
- We use icons made by [Freepik](https://www.freepik.com/) from [FlatIcon](https://www.flaticon.com/) (CC 3.0 BY licensed).### Development
We have prepared multiple commands to help you develop Foodie on your own. You will need a local copy of [Node.js](https://nodejs.org/en/) installed on your machine. First, you need to clone or [download](https://github.com/Bartozzz/foodie-app/archive/dev.zip) our repository:
```bash
$ git clone --depth=1 https://github.com/Bartozzz/foodie-app.git foodie
```…and install dependencies with npm:
```bash
$ npm install
```#### Usage
```bash
$ npm run
```#### List of commands
| Command | Description |
|-----------------|---------------------------------------------------|
| `dev` | Runs Foodie in `development` mode |
| `start` | Runs Foodie in `production` mode |
| `package` | Builds Foodie binaries for your operating system |
| `package:mac` | Builds Foodie binaries for macOS |
| `package:win` | Builds Foodie binaries for Windows |
| `package:linux` | Builds Foodie binaries for Linux |
| `package:all` | Builds Foodie binaries for all operating systems |>**Note:** more commands are available. You can see them all in `package.json`.
Screenshots
![]()
![]()
[More on Imgur](https://imgur.com/a/LWOxO0s)