1.2.1 • Published 3 years ago

prayertiming-cli v1.2.1

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

prayertiming-cli Stars · License · GitHub issues · Build

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

prayertiming-daily

  • monthly

prayertiming-monthly

Uninstall

$ npm uninstall -g prayertiming-cli

Related projects