UNPKG

hafas-client

Version:
18 lines (15 loc) 328 B
import {formatLocationIdentifier} from './location-identifier.js'; const formatStation = (id) => { return { type: 'S', // station // todo: name necessary? lid: formatLocationIdentifier({ A: '1', // station? L: id, // todo: `p` – timestamp of when the ID was obtained }), }; }; export { formatStation, };