Namaz (Prayer) Times
Read Time:1 Minute, 29 Second
Last Updated on May 4, 2022 by Hammad Rauf
If you need to check prayer times, then I have a page on this site that can help. The link of the page is https://andromedabay.ddns.net/namaz.html. It is based on a Open Source JavaScript code published at PrayTimes.org. I would like to acknowledge the work done by the team at the original ParyTimes.Org (Mr. Hamid Zarrabi-Zadeh) website, without whose work, my page would not have been possible.
The version and author name of the JavaScript file are given below:
/* PrayTimes.js: Prayer Times Calculator (ver 2.3) Copyright (C) 2007-2011 PrayTimes.org Developer: Hamid Zarrabi-Zadeh License: GNU LGPL v3.0 TERMS OF USE: Permission is granted to use this code, with or without modification, in any website or application provided that credit is given to the original work with a link back to PrayTimes.org. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. PLEASE DO NOT REMOVE THIS COPYRIGHT BLOCK. */
User Guide
- If prompted allow the website to use your location.
- You can manually click on the map to pick your location. You can also zoom-in, zoom-out or pan on the map.
- You can adjust the parameters for the PrayTimes.js and click on “Save Cookie” button to save your custom settings (other than the location) on your device. The next time you reload the page or revisit, the saved settings will be automatically used. The cookies are saved for 365 days. To clear the cookies on this page click “Clear Cookie” button.
Source Code
The beauty of Open-Source is that you can see or edit the code as the license permits. The source code of this page is available at GitHub https://github.com/hammadrauf/PrayerTimesWithMap.