urlWatch

0.0.2 • Public • Published

INSTALLATION

npm install urlWatch

SIMPLE USAGE

var urlWatch = require('urlWatch');

var options = {
    smtp: 'my.smtp.com',
    curlConfig: {
        host: 'my.domaine.com',
        port: 80,
        path: '/target/file/path',
        method: 'POST',
    },
    mailConfig: {
        sender: 'sender@mail.com',
        to: 'receiver@mail.com',
        subject: 'urlWatch'
    }
};

var watcher = new urlWatch(options);

watcher.run();

Take a look to examples for more complex usages.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i urlWatch

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • goldledoigt