Stock Checker is a console based program made in Kotlin JVM to grab product's information from HTML on supported websites. It can detect the product's name, price, stock and local shop availability.
- PCDIGA.com
- Pichau.com.br
Stock Checker uses Kotlin JVM and Gradle to manage dependencies and building.
- Koltin 1.4.10 or newer
- Java 1.8 or newer
- Git
git clone https://github.com/chicoferreira/stock-checker/
cd stock-checker
./gradlew assembleDisp
You can find the built distributions in build/distributions
in .zip
and .tar
formats.
You can find the roadmap in the Projects section or clicking here.
The project is licensed under MIT license. Find more about it here.