Remove noise from VBB station names.
npm install vbb-short-station-nameRemoves stuff like " (Berlin)" from station names. Shortens "strasse" to "str.".
- S+U Foobar Bhf -> S+U Foobar
- S+U Foo Bar (Berlin) -> S+U Foo Bar
- S Foo-Straße -> S Foo-Str.
- S Foostrasse -> S Foostr.




!ISC-licensed


``shell`
npm install vbb-short-station-name
`js``
const shorten = require('vbb-short-station-name')
shorten('S Südkreuz Bhf (Berlin)') // -> 'S Südkreuz'
If you have a question, found a bug or want to propose a feature, have a look at the issues page.