Skip to content

Watching over prices changes on Amazon store, logs the history and shows the best time prices over time.

License

Notifications You must be signed in to change notification settings

slavikme/amazon-price-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Price Watcher

This project is watching over prices changes on Amazon store, logs the history and shows the best time prices over time.

To Do List

  • Notify about one or more products changed to the new lowest price. It should be defined by a specific rule.
  • Shows one or more products price trend. Shows over a graph, one or more products' price history.
  • Products managing section

Requirements

  • NodeJS and NPM (latest version)
  • You must have a Product Advertising API account. If you don't have, create one here.
  • You must have AWS account security credentials, as described here in the Security Credentials section.
  • An alphanumeric token that uniquely identifies you as an Associate. To obtain an Associate Tag, go to Becoming an Associate.

Install

  1. Create a credentials file at the root of the project ./.aws/credentials (using the AWS credentials, as described in the requirements above):

    [default]
    aws_access_key_id = your_access_key
    aws_secret_access_key = your_secret_key
    associate_tag = your_associate_tag
  2. Install the required libraries, by running the following command from the root of the project:

    npm install 

Run

  1. From the root of the project run the command

    node bin/www
  2. On your browser, navigate to http://127.0.0.1:3000

About

Watching over prices changes on Amazon store, logs the history and shows the best time prices over time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published