db-vendo-client/p/insa
2018-06-28 13:04:03 +02:00
..
example.js option to parse station lines, default off 💥, adapt docs 📝 2018-06-28 13:04:03 +02:00
index.js parseLine: move mode & products parsing from profiles into main code 2018-03-16 17:15:09 +01:00
products.js products[].product -> products[].id 2018-03-16 17:15:09 +01:00
readme.md add minimal working INSA endpoint 2018-02-26 22:14:11 +01:00

INSA profile for hafas-client

The Nahverkehr Sachsen-Anhalt (NASA) offers Informationssystem Nahverkehr Sachsen-Anhalt (INSA) to distribute their public transport data.

Usage

const createClient = require('hafas-client')
const insaProfile = require('hafas-client/p/insa')

// create a client with INSA profile
const client = createClient(insaProfile)

Customisations

  • parses INSA-specific products (such as Tourism Train)