Skip to content

Graqr/Threshr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec6b0fc · Aug 26, 2024
Jun 21, 2024
Jan 21, 2024
Feb 20, 2024
Aug 26, 2024
Mar 18, 2024
Oct 10, 2023
Nov 13, 2023
Nov 13, 2023
Aug 22, 2024
Nov 13, 2023
Feb 9, 2024
Feb 9, 2024
Mar 18, 2024
Nov 13, 2023
Jan 21, 2024
Oct 10, 2023
Jan 21, 2024
Aug 22, 2024
Feb 9, 2024
Feb 9, 2024

Repository files navigation

Threshr - The Target Grocery Harvester

GitHub code size in bytes license GitHub last commit GitHub commit activity


Quality Gate Status

    Security

    Security Rating Code Smells Bugs Coverage Vulnerabilities

    Usability / Maintainability

    Reliability Rating Duplicated Lines Lines of Code Technical Debt


Summary

Threshr is a wrapper library for various grocery store api's. This includes querying specific store pricing and product data.

Projects using threshr

Other projects using threshr include other graqr projects like the threshr cli and harvester

Install

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.

Want to get involved?

See our contributing doc before taking a whack at any open issues. We'd love for you to work with us!