I made an app to print muslim prayer time based on an API from "https://waktu-solat-api.herokuapp.com"
- It can filter the results based on "Negeri", "Daerah" and "Waktu"
- Instructions:
- Open the terminal
- If you want to print specific prayer time, write: python waktu_solat.py "Negeri" "Daerah" "Waktu"
- python waktu_solat.py "wilayah persekutuan" "kuala lumpur" "zohor"
- If you want to print prayer time of the whole Zone, write: python waktu_solat.py "Negeri" "Daerah"
- python waktu_solat.py "wilayah persekutuan" "kuala lumpur"
- If you want to print prayer time of the whole State, write: python waktu_solat.py "Negeri"
- python waktu_solat.py "wilayah persekutuan"
- If you want to print the prayer time of entire Malaysia, write: python waktu_solat.py
- python waktu_solat.py
- Make sure to write in lower case letters and in quotation mark ("")
- press "Enter"