Prayer times is an extension for google chrome that shows the epoch and prayer times for the current day and next day based on your current timezone.
If you're a developer, do the followings
- Clone this repository
- run
npm install
to install all the dependencies. - run
npm run build
to let the webpack hot reload have an watch on your JS files as you update the file. Openhttp://localhost:8080/
on your browser. - run
npm run build:chrome
to build the app chrome ready extension.
- APIs
- Aladhan.com - To provide the time schedule for the prayers.
- Images
It is always appreciated if any issues have been submitted as well as PRs.