Skip to content

rubikscuber/broccoli

 
 

Repository files navigation

Broccoli

Android CI Publish to Google Play Closed Testing Provide Signed Release for F-Droid

Broccoli is a free recipe app that lets you build your own personal recipe collection and helps you cook in a more eco-friendly way. Recipes with seasonal ingredients are highlighted and if you’re looking for inspiration, you can find seasonal ingredients from your region in the seasonal calendar.

You can get Broccoli on

FAQ

Can I Import Recipes From Text Files Into Broccoli?

Broccoli can only import it's own backup files (which can be created via "Backup & Restore"). But if you are technical adept and have some scripting skills you can create a broccoli-archive file yourself.

The broccoli-archive is basically a zip file which consists of other zip files (one broccoli file for each recipe) and a JSON file for the categories. Each broccoli file consists of an optional image file and a JSON file with describes the recipe's metadata. Create an export yourself and have a look at the resulting file.

The following task have to be done:

  1. Create the JSON file for each recipe (depending on the structure of your text files)
  2. Zip this file (with an optional image file) into a broccoli file
  3. Create a JSON file which describes your categories (in case you have any)
  4. Zip the JSON and all the broccoli files into a broccoli-archive
  5. Import the *.broccoli-archive into Broccoli

Contributions

Translations

Crowdin

I set up a project on Crowdin to manage translations. Feel free to join and tell me if you want me to add more languages.

Available languages so far:

  • English (done by non-native, feel free to report any issues)
  • Spanish (done by non-native, feel free to report any issues)
  • French (done by non-native, feel free to report any issues)
  • German
  • Polish (thanks a lot to r-tw0 for your help!)

Seasonal Calendars

If you want to contribute by researching data for additional seasonal calendars please contact me.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%