This project is watching over prices changes on Amazon store, logs the history and shows the best time prices over time.
- 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
- 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.
-
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
-
Install the required libraries, by running the following command from the root of the project:
npm install
-
From the root of the project run the command
node bin/www
-
On your browser, navigate to http://127.0.0.1:3000