Threshr is a wrapper library for various grocery store api's. This includes querying specific store pricing and product data.
Other projects using threshr include other graqr projects like the threshr cli and harvester
Threshr is available to jvm projects via maven central.
Maven
<dependency>
<groupId>com.graqr</groupId>
<artifactId>threshr</artifactId>
<version>0</version>
</dependency>
Gradle
implementation group: 'com.graqr', name: 'threshr', version: '0.0.15-SNAPSHOT'
Gradle Kotlin
implementation("com.graqr:threshr:0.0.15-SNAPSHOT")
Note
See the testing README for more information about all the needed environment variables, as well as tips and best practices.
See our contributing doc before taking a whack at any open issues. We'd love for you to work with us!