项目作者: derekprovance

项目描述 :
An Unofficial Edaman SDK written in Java
高级语言: Java
项目地址: git://github.com/derekprovance/EdamamSDK.git
创建时间: 2020-03-05T15:48:36Z
项目社区:https://github.com/derekprovance/EdamamSDK

开源协议:

下载


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

  1. FOOD_DB_APP_API_KEY=VALUE
  2. FOOD_DB_APP_ID=VALUE
  3. NUTR_ANLYS_APP_API_KEY=VALUE
  4. NUTR_ANLYS_APP_APP_ID=VALUE
  5. RCP_SRCH_APP_API_KEY=VALUE
  6. 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