https://github.com/amrsaber/prayer-times
Get daily prayer times based on my-masjid.com
https://github.com/amrsaber/prayer-times
cambridge islamic prayer
Last synced: 7 months ago
JSON representation
Get daily prayer times based on my-masjid.com
- Host: GitHub
- URL: https://github.com/amrsaber/prayer-times
- Owner: AmrSaber
- Created: 2023-06-11T01:20:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-20T07:31:14.000Z (9 months ago)
- Last Synced: 2025-09-20T09:21:56.124Z (9 months ago)
- Topics: cambridge, islamic, prayer
- Language: TypeScript
- Homepage: https://prayer.amrsaber.io
- Size: 866 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prayer Times
Simple, light-weight svelte website to quickly display prayer times for Cambridge, UK and other places.
App is currently hosted at: [prayer.amrsaber.io](https://prayer.amrsaber.io).
> The code has been rewritten in svelte, old vanilla website code can be found on `old-vanilla` branch.
### Running the project
First of all, make sure to install project's dependencies
```bash
npm install
```
To run the project for development use
```bash
npm run dev
```
To build the project for production, use
```bash
npm run build
```
Then to run the application use
```
node build
```
The application now uses node server, but serves static files (so no SSR for the any page so far). This enables using APIs later on.