hammady / wwpray

A website that shows the prayer times for a preconfigured list of masjids in a tabular format. Visitors can subscribe for email notifications.
https://wwpray.net
MIT License
1 stars 0 forks source link

Detect changes in Jumuaas #11

Closed hammady closed 1 year ago

hammady commented 1 year ago

@fayez-nazzal please note the schema change. For each masjid, a new optional boolean denotes if jumaas have changed for this masjid:

{
    "max_jumaas": 5,
    "masjids": {
        "MNNexus": {
            "iqamas": {},
            "jumas": [],
            "jumas_changed": true
        }
   }
}