Skip to content

ratankuu/flipkart-price-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flipkart Price Checker

A Node.js application to track Flipkart's prices of a given product and sends emails if the product price drop then the minimum price.

Prerequisite

Configure the email settings in config.json file

How to check

Run the following command:

$ node index.js flipkart_product_url min_price

Example

  • Visit www.flipkart.com, search for the product then grab the URL.
  • Run the following command:
$ node index.js https://www.flipkart.com/apple-iphone-11-pro-space-grey-64-gb/p/itm7e24c1c560208 100000

About

Flipkart Price Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%