This application allows a user to enter an Amazon Product's ASIN and then fetches the category, rank & product dimensions of that product from Amazon product pages.
The application then stores the data related to the request of the page and it's HTTP response (status and body). Upon successful parsing of the product page, the product data is stored relationally in the database and joined to the initial page request record.
https://www.screencast.com/t/Ca8O7L2Z1R
The code related to parsing data out of the HTML content is found here.
2.5.1
cp config/database.example.yml config/database.yml
rake db:create
rake db:migrate
rspec
rubocop