cloudqw-pass

0.0.3 • Public • Published

cloudqw-pass

Pass is a Cloudq worker that passes the job from the queue to a specified url performing a post.

install

npm install cloudqw-pass

use

var pass = require('cloudqw-pass'),
config = {
  protocol: 'http',
  host: 'localhost:3000',
  pathname: '/foo',
  interval: 2000
}
pass(config, 'http://foo.com/api/resource', function(err, res){
  console.log('posted job to ' + /resource);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

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

Package Sidebar

Install

npm i cloudqw-pass

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • twilson63