Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hizkifw/simconnect-cli
Unofficial command-line interface to interact with SIMConnect
https://github.com/hizkifw/simconnect-cli
Last synced: about 1 month ago
JSON representation
Unofficial command-line interface to interact with SIMConnect
- Host: GitHub
- URL: https://github.com/hizkifw/simconnect-cli
- Owner: hizkifw
- Created: 2021-04-29T10:43:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T20:17:41.000Z (over 3 years ago)
- Last Synced: 2024-04-25T03:20:41.873Z (8 months ago)
- Language: JavaScript
- Homepage: http://npmjs.com/package/simconnect-cli
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simconnect-cli
Unofficial command-line interface to interact with [SIMConnect](https://simconnect.simge.edu.sg) using [Puppeteer](https://github.com/puppeteer/puppeteer/).
## Installation
```
$ npm i -g simconnect-cli
```## Usage
```
simconnect-cliCommands:
simconnect-cli ical generate an iCal from the personalized timetable pageOptions:
--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
```bash
$ simconnect-cli --username "someone001" --passsword "abc1234" ical > ~/calendar.ics
```