pdf generator for pcoptimum.ca
Note repo is depratated: Use this instead
https://github.com/aagavin/py-pc-optimum
==============================================================================================
Send pdf of the webpage https://www.pcoptimum.ca/offers to an email using your provided smpt provider
npm ci
Setup the following envernment varables
E_USERNAME
email server usernameE_PASSWORD
email server password (Should be application specific)E_FROM
email to use as the FROM feild in the emailE_TO
email your sending the email toRun usingnpm run start-local <pcoptimum.ca username> <pcoptimum.ca password>
eg.
npm run start-local email@example.ca hunter2
npm run build
npm run start <pcoptimum.ca username> <pcoptimum.ca password>
eg.
npm run start email@example.ca hunter2