UNPKG
leap-card
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
Easily retrieve your Dublin Leap Card informations
github.com/tabman83/leap-card
tabman83/leap-card
leap-card
/
tests
/
index.js
14 lines
(8 loc)
•
199 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var
LeapCard
=
require
(
'../index'
);
LeapCard
.
getCardsInfo
(
'annamaria82'
,
'gn12palF'
,
function
(
err, data
) {
if
(err) {
console
.
log
(err);
return
}
console
.
log
(data); });