1.0.3 • Published 9 months ago

dhikr v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Dhikr

A small script to show a random dhikr/sunnah in your terminal

npm.io

Instaltion :

npm i -g dhikr

Usage :

dhikr [options]

Options:
  --ar            display in arabic (it well render incorrectly in most terminal)
  --separator -s  the separator between the dhikr and the category of the dhiker, default '-'

The Database :

the database used is a sqlite db, the actual contents of the database is scraped from hisn al muslim here is the database schemes:

 ┌──────────────┐         ┌──────────────┐ 
 │    sunnan    │         │   category   │ 
 ├──────────────┤         ├──────────────┤ 
 │              │         │              │ 
 ├─sunnah_id    │    ┌───►├─id           │ 
 │              │    │    │              │ 
 ├─ar           │    │    ├─ar           │ 
 │              │    │    │              │ 
 ├─en           │    │    ├─en           │ 
 │              │    │    │              │ 
 ├─category_id  ├────┘    └──────────────┘ 
 │              │                          
 └──────────────┘                          
1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago