CLI to check Ramadan Sehar and Iftar times in the command line..
- 🌜 Get Sehar/Iftar times for your city
- 🗓 Get Sehar/Iftar times for entire month of Ramadan
- Pakistan 60+ cities data including
lahore
,multan
,karachi
,islamabad
,rawalpindi
,quetta
,peshawar
,hyderabad
,faisalabad
,gujranwala
,sialkot
,ghotki
and more - International cities
beijing
,wuhan
,shanghai
,new-york
,tokyo
,jeddah
,san-francisco
,mumbai
,Guangzhou
,Delhi
,Moscow
,Shenzhen
,dhaka
,seoul
https://nodejs.org/en/download
Using npx
npx roza
Install using current directory
git clone https://github.com/jahanzeb-j/roza-node-cli.git
cd roza-node-cli
npm i -g .
# Show today's Sehar/Iftar.
roza Karachi
npx roza
roza #Show time of default city name
# Show help.
roza help
roza beijing
# Show all days.
npx roza lahore --all
roza karachi -a
# Show next day.
roza beijing -n
roza beijing --next
# Set City Name as Default
roza beijing -d
roza
roza -n
# For multiword cities.
npx roza "new-york" --all
this repo is open for new ideas
- Correct data.
- Add new city.
- Add JSON to './data/'
- Add city name to cities.js
- MIT © Jahanzeb
- Code of Conduct
(follow) To stay up to date on free & open-source software
(follow) To get #OneDevMinute daily hot tips & trolls
(subscribe) To tech talks & #OneDevMinute videos
Ahmad Awais (https://twitter.com/mrahmadawais/) open-source developer. Thank you for work ramadan-cli. I further extended his work.