UNPKG

interrail

Version:

Find european train stations and routes. Client for the European Interrail / EuRail API.

7 lines (4 loc) 133 B
'use strict' const stations = require('./stations') const journeys = require('./journeys') module.exports = { stations, journeys }