UNPKG

node-cta

Version:

A node wrapper for the CTA's (Chicago Transit Authority) bus and train tracker APIs

7 lines (6 loc) 125 B
import BaseApi from './base'; export default class BusApi extends BaseApi { constructor(key) { super(key); } }