UNPKG

hafas-client

Version:
24 lines (19 loc) 528 B
import baseProfile from './base.js'; import {products} from './products.js'; const profile = { ...baseProfile, locale: 'de-DE', timezone: 'Europe/Berlin', // https://gist.github.com/n0emis/3b6887572793f4f54da9d83b30548332#file-haf_config_base-properties-L31 // https://runkit.com/derhuerst/hafas-decrypt-encrypted-mac-salt salt: Buffer.from('SP31mBufSyCLmNxp', 'utf8'), addMicMac: true, products: products, refreshJourneyUseOutReconL: true, trip: true, radar: true, reachableFrom: true, }; export { profile, };