Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

ns-departures

A simple command line tool to check train departures, based on ns-api

installation

  1. Create a .env file in the root directory containing API_KEY=[your-api-key] (you can request an api key here)
  2. execute npm link

usage

departures [station]

credits

Check out https://github.com/fvdm/ - he made the 'api-api'