Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.37 KB

File metadata and controls

27 lines (16 loc) · 1.37 KB

NSTrainTime

Dev Master
Build Build Status Build Status
Production Stats
Release PSGallery Version PSGallery Downloads

PowerShell Module (v5+) for Dutch train times between two stations

Trein dienstregeling

How to use it:

Import-Module NSTrainTime

Get-NSTrainJourney -fromStation 'Amsterdam' -toStation 'Duivendrecht'

Returns full set of trains journeys from the api

Tab completion is enabled on -fromStation and -toStation parameters so it's not necessary to know the full station name. Type the first few letters and hit tab.