tfl
Version:
Transport for London (TFL) API
16 lines (12 loc) • 429 B
JavaScript
// var tfl = require('./tfl')
// , tube = require('./tube')
// , _ = require('underscore')
// ;
// var Overground = tube;
// Overground.prototype.lines.endpoints = {
// 'status': '/Overground?/Status',
// 'incidents': '/Overground?/Status/IncidentsOnly',
// 'prediction': '/Overground?/PredictionSummary',
// };
// // Overground.prototype.lines.values = _readJsonFile('../fixtures/overground.json');
// // etc