UNPKG
node-cta
Version:
latest (0.0.1)
0.0.1
A node wrapper for the CTA's (Chicago Transit Authority) bus and train tracker APIs
node-cta
/
api
/
bus.js
7 lines
(6 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
BaseApi
from
'./base'
;
export
default
class
BusApi
extends
BaseApi
{
constructor
(
key
) {
super
(key); } }