Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

derekprovance/EdamamSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edaman Java SDK

This is an unofficial java sdk for the Edaman API

Getting Started

Download the compiled jar from here and include it in your project.

Prerequisites

What things you need to install the software and how to install them

  • Java 11

Running Tests

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

Built With

  • Maven - Dependency Management

Versioning

I use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details