Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.
/ price-poller Public archive

Product price poller, email notifications when price is lower than latest value

License

Notifications You must be signed in to change notification settings

norkator/price-poller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price-Poller

Product price poller, email notifications when price is lower than latest value. Currently supports Finland's Verkkokauppa.com electronics and Sissos gun online store and any product from these websites. You only need product code inserted in database product_code field. You can track as many as you want. Product code's can be found from Verkkokauppa link and description, example: 63109

If you need support for more online stores, you are free to contribute on this repo. I review and merge pull requests coming from new branches.

This readme includes todo list for future plans.

Installing

Steps to get development environment running

  1. Choose your database platform. I use postgresql. See Sequelize dialects for support.
  2. Run npm install
  3. Configure .env via renaming from template .env_tpl
  4. Run sudo node poller.js once so that database and table is created.
  5. Insert your product_code (one or more) to products table.
  6. Run using PM2 process manager or any other pm2 start poller.js
  7. Done!

New product as first run time, app will fill base price, product name etc automatically.
Example product codes: 36712 and 63109

Environment file config

Todo list

  • implement usable base structure;
  • simple back end api for front end ui;
  • simple front end user interface for managing data;

Versioning

No versioning implemented yet.

Authors

  • Norkator - Initial work, code owner - norkator

License

See LICENSE file.

Releases

No releases published

Packages

No packages published