0.1.4 • Published 10 years ago

taipei-mrt v0.1.4

Weekly downloads
12
License
MIT
Repository
github
Last release
10 years ago

TaipeiMRT

This is a wrapper for Taipei MRT arrival time API.

Install

npm install -g taipei-mrt

Run

mrt 台北車站

Import

var mrt = require('taipei-mrt');

// find arrival time by station id.
mrt.findById('051', function(err, results) {
    console.log(results);
});

// find arrival time by station name.
mrt.findByName('台北車站', function(err, results) {
    console.log(results);
});

Feel free to send PR or issue :smile:

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago