betfair-js-login
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Betfair-JS Login

Travis CI Build Status

This is a really simple node module to allow you to login into betfair and get a session token.

Install:

npm install betfair-js-login --save

Usage:

var bfJsLogin = require('betfair-js-login');

var loginClient = new bfJsLogin.Login('USERNAME', 'PASSWORD', 'APPKEY');

loginClient.login().then((token) => {
    console.log(token);
});

Readme

Keywords

none

Package Sidebar

Install

npm i betfair-js-login

Weekly Downloads

5

Version

1.0.3

License

MIT

Unpacked Size

6.38 kB

Total Files

7

Last publish

Collaborators

  • betfair-js