1.0.3 • Published 3 years ago

simconnect-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

simconnect-cli

Unofficial command-line interface to interact with SIMConnect using Puppeteer.

Installation

$ npm i -g simconnect-cli

Usage

simconnect-cli <command>

Commands:
  simconnect-cli ical  generate an iCal from the personalized timetable page

Options:
      --version   Show version number                                  [boolean]
  -u, --username  SIMConnect username                        [string] [required]
  -p, --password  SIMConnect password                        [string] [required]
  -q, --quiet     Do not output logs to stdout                         [boolean]
  -h, --help      Show help                                            [boolean]

Example

Get your personalized timetable as an iCal file

$ simconnect-cli --username "someone001" --passsword "abc1234" ical > ~/calendar.ics
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago