0.0.2 • Published 12 years ago

urlWatch v0.0.2

Weekly downloads
10
License
-
Repository
-
Last release
12 years ago

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.