Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 425 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 425 Bytes

spotcheck

Simple program to check Amazon ASIN sales ranking.

What is ASIN?

https://www.amazon.com/gp/seller/asin-upc-isbn-info.html

How to build and use

Requirements:

# compile
cargo build

# run with a sample ASIN number B00C7C67O2
./target/debug/spotcheck B00C7C67O2

Tests

cargo test
cargo test -- --nocapture