sahina / spotcheck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Rust 81.7%Language:HTML 18.3%