UNPKG
oebb-hafas
Version:
latest (5.0.0)
5.0.0
1.0.0
0.0.0
JavaScript client for the ÖBB HAFAS API.
github.com/juliuste/oebb-hafas
juliuste/oebb-hafas
oebb-hafas
/
index.js
9 lines
(5 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
const
createClient =
require
(
'hafas-client'
)
const
oebbProfile =
require
(
'hafas-client/p/oebb'
)
const
client
= userAgent =>
createClient
(oebbProfile, userAgent)
module
.
exports
= client