Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

urlWatch

null

readme

INSTALLATION

npm install urlWatch

USAGE


var urlWatch = require('urlWatch');

new urlWatch({
    smtp: 'smtp.numericable.fr',
    curlConfig: {
        host: 'office.revolunet.com',
        port: 80,
        path: '/juju/xml/auwohMae4nohph5V.xml',
        method: 'POST',
    },
    mailConfig: {
        sender: 'contact@revolunet.com',
        to: 'goldledoigt@chewam.com',
        subject: 'urlWatch'
    }
});

Take a look to examples for more complex usage.