mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
.. | ||
base.json | ||
example.js | ||
index.js | ||
readme.md |
BART profile for hafas-client
Bay Area Rapid Transit (BART) is the rapid transit public transportation system serving the San Francisco Bay Area. This profile adds BART support to hafas-client
.
Usage
const createClient = require('hafas-client')
const bartProfile = require('hafas-client/p/BART')
// create a client with BART profile
const client = createClient(bartProfile, 'my-awesome-program')