UNPKG

node-cta

Version:

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

9 lines (8 loc) 148 B
export default class { constructor(key) { this.key = key; } getUpcomingArrivalTimes(stopId) { return `Hello ${stopId}`; } }