Giter Club home page Giter Club logo

price-poller's Introduction

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.

price-poller's People

Contributors

norkator avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.