Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glaucusec/pricedrop-detective
PriceDrop-Detective is a Node.js project designed to help users track price changes for products, with a focus on products listed on Amazon. By providing a product's URL, this website can monitor the product daily for any changes in its price.
https://github.com/glaucusec/pricedrop-detective
axios bulma nodejs npm puppeteer react uuid
Last synced: 14 days ago
JSON representation
PriceDrop-Detective is a Node.js project designed to help users track price changes for products, with a focus on products listed on Amazon. By providing a product's URL, this website can monitor the product daily for any changes in its price.
- Host: GitHub
- URL: https://github.com/glaucusec/pricedrop-detective
- Owner: glaucusec
- Created: 2023-09-04T11:40:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T12:18:44.000Z (about 1 year ago)
- Last Synced: 2024-10-10T12:41:18.177Z (about 1 month ago)
- Topics: axios, bulma, nodejs, npm, puppeteer, react, uuid
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PriceDrop-Detective.
PriceDrop-Detective is a Node.js project designed to help users track price changes for products, with a focus on products listed on Amazon. By providing a product's URL, this website can monitor the product daily for any changes in its price.
## Implementation
The project leverages Node.js and utilizes the Puppeteer package for web scraping. Asynchronous features of JavaScript, such as Promises, have been effectively used to manage functions efficiently.
## Features
- Share an Amazon product URL with the website, and it will continuously monitor price changes.
- Easily toggle tracking on and off with a simple button click.
- Access additional details about individual products.
- Visualize price changes over time with a line chart for quick insights.