contactless-tfl
v1.0.0
Published
> Retrieve account balances from TFL's Contactless/Oyster site.
Downloads
7
Readme
contactless-tfl
Retrieve account balances from TFL's Contactless/Oyster site.
Install
$ npm install contactless-tflUsage
const tfl = require('contactless-tfl')
tfl(process.env.LOGIN, process.env.PASS)
.then(console.log)
.catch(console.error)
// => [ { id: 'REDACTED', balance: 0.5, currency: 'GBP' },
// { id: 'REDACTED', balance: 14.5, currency: 'GBP' } ]
Licence
MIT © Ben Evans
