UNPKG

oebb-hafas

Version:

JavaScript client for the ÖBB HAFAS API.

9 lines (5 loc) 201 B
'use strict' const createClient = require('hafas-client') const oebbProfile = require('hafas-client/p/oebb') const client = userAgent => createClient(oebbProfile, userAgent) module.exports = client