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);
  });

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i browser-token-machine

    Weekly Downloads

    3

    Version

    0.1.0

    License

    BSD

    Last publish

    Collaborators

    • wlaurance