An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        


Foodie

[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Github Releases](https://img.shields.io/github/downloads/Bartozzz/foodie-app/latest/total.svg)](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

[![Github Open Issues](https://img.shields.io/github/issues-raw/Bartozzz/foodie-app.svg)](https://github.com/Bartozzz/foodie-app/issues)
[![Github Closed Issues](https://img.shields.io/github/issues-closed-raw/Bartozzz/foodie-app.svg)](https://github.com/Bartozzz/foodie-app/issues?q=is%3Aissue+is%3Aclosed)
[![Github Pull Requests](https://img.shields.io/github/issues-pr-raw/Bartozzz/foodie-app.svg)](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)