Graqr / Threshr

real-time grocery query java library
GNU General Public License v3.0
1 stars 2 forks source link
grocery micronaut price-tracker
Threshr - The Target Grocery Harvester

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

SonarCloud
 [![Quality Gate Status]][Quality Gate Status link]
    ### Security [![Security Rating]][Security Rating link] [![Code Smells]][Code Smells Link] [![Bugs]][Bugs link] [![Coverage]][Coverage Link] [![Vulnerabilities]][Vulnerabilities link] ### Usability / Maintainability [![Reliability Rating]][Reliability Rating link] [![Duplicated Lines]][Duplicated Lines Link] [![Lines of Code]][Lines of Code link] [![Technical Debt]][Technical Debt link]

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 ```xml com.graqr threshr 0.0.13 ```
Gradle ```groovy implementation group: 'com.graqr', name: 'threshr', version: '0.0.13' ```
Gradle Kotlin ```kotlin implementation("com.graqr:threshr:0.0.13") ```

[!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!