This is an unofficial java sdk for the Edaman API
Download the compiled jar from here and include it in your project.
What things you need to install the software and how to install them
- Java 11
Maven is required for building and the execution of the testing suite.
To run the tests, you also need to create a .env
file in the project root directory containing the following key, value pairs.
Replace VALUE
with the appropriate API key
FOOD_DB_APP_API_KEY=VALUE
FOOD_DB_APP_ID=VALUE
NUTR_ANLYS_APP_API_KEY=VALUE
NUTR_ANLYS_APP_APP_ID=VALUE
RCP_SRCH_APP_API_KEY=VALUE
RCP_SRCH_APP_ID=VALUE
- Maven - Dependency Management
I use SemVer for versioning. For the versions available, see the tags on this repository.
- Derek Provance - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details