Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Philipp Partosch 46a936d7de added all files to project 2 years ago
..
index.js added all files to project 2 years ago
license.md added all files to project 2 years ago
package.json added all files to project 2 years ago
readme.md added all files to project 2 years ago

readme.md

vbb-short-station-name

Removes 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.

npm version build status dependency status dev dependency status ISC-licensed gitter channel support me on Patreon

Installing

npm install vbb-short-station-name

Usage

const shorten = require('vbb-short-station-name')
shorten('S Südkreuz Bhf (Berlin)') // -> 'S Südkreuz'

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.