browser-token-machine

0.1.0 • Public • Published

node-browser-token-machine

Module to open a url, and wait for a token or some kind of response

Install

npm install browser-token-machine [-SD]

Use

  var token_machine = require('browser-token-machine');
  token_machine('http://github.com', 'What is your token'
    ,function(token){
      console.log(token);
  });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2
  • 0.0.4
    1
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i browser-token-machine

Weekly Downloads

7

Version

0.1.0

License

BSD

Last publish

Collaborators

  • wlaurance