Skip to content

chandnisoni/price-drop-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price Drop Checker

A web tool that helps validating price drops.

Live Demo

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:.

Running Locally

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.

Deploying to Heroku (Optional)

Make sure you have Heroku Toolbelt installed.

$ heroku create
$ git push heroku master
$ heroku open

CSV File Format

Project expects the CSV files to be in following format:

merchant,product_id,product_name,product_crawler_url,last_price,current_price,price_drop

About

A web tool that helps validating price drops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published