prayertiming-cli
v1.2.1
Published
A small cli tool to calculate muslim prayer times based on coordinates and timezone
Downloads
5
Readme
prayertiming-cli · · ·
A command line tool to show Muslim prayer times based on coordinates.
Install
$ npm i -g prayertiming-cli
Usage:
prayertiming [options] display prayer times
prayertiming configure create new configuration
prayertiming help show usage info
prayertiming showConfig display current config
Options (optional):
--city valid city name
--country ISO 3166-1 Alpha-2 code
--date a valid date
--dst daylight saving time (1 or 0)
--elv elevation (in meters)
--help show usage info
--lat latitude (-90 to 90)
--long longitude (-180 to 180)
--method calculation method
--timeFormat output time format (12h/24h)
--timezone the difference to GMT in hours
--type output format (daily/monthly)
Alias:
pt
Screenshots
- daily
- monthly
Uninstall
$ npm uninstall -g prayertiming-cli