A web tool that helps validating price drops.
Please view the live running demo here: http://price-drop-checker.herokuapp.com/
Here's a link to sample CSV that can be used with the demo:.
Make sure you have Node.js installed.
$ git clone https://github.com/chandnisoni/price-drop-checker.git # or clone your own fork
$ cd price-drop-checker
$ npm install
$ npm start
Your app should now be running on localhost:5000.
Make sure you have Heroku Toolbelt installed.
$ heroku create
$ git push heroku master
$ heroku open
Project expects the CSV files to be in following format:
merchant,product_id,product_name,product_crawler_url,last_price,current_price,price_drop