0.1.1 • Published 9 years ago

tender-autoresolve v0.1.1

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

Tender Autoresolve

Auto resolves old Tender tickets.

Installation

npm install --save tender-autoresolve

or

  • Clone or fork this repo
  • Run npm install .

Execution

  1. Supply your credentials through environment variables. Just copy env.default.sh into an env.sh file, fill out all the credentials there.

  2. Adjust your config settings in lib/config.js.

  3. Run:

source env.sh && ./bin/tender_autoresolve

TODO

  • [] Write some tests