Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widatama/salat-time
Location based daily salat schedule
https://github.com/widatama/salat-time
geolocation salat vue
Last synced: about 23 hours ago
JSON representation
Location based daily salat schedule
- Host: GitHub
- URL: https://github.com/widatama/salat-time
- Owner: widatama
- License: mit
- Created: 2016-02-14T11:00:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T01:44:24.000Z (19 days ago)
- Last Synced: 2024-10-21T05:05:30.723Z (19 days ago)
- Topics: geolocation, salat, vue
- Language: TypeScript
- Homepage: https://widatama.github.io/salat-time
- Size: 3.49 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-indo-projects - Salat Time - Location based daily salat schedule. (Vue)
- awesome-indonesia-repo - Salat Time - Location based daily salat schedule. (Vue)
- awesome-vietnam-repo - Salat Time - Location based daily salat schedule. (Vue)
README
# Salat Time
Location based daily salat schedule
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so the `tsc` CLI is replaced with `vue-tsc` for type checking.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm start
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```## Data Source
1. Reverse geolocation from [https://nominatim.openstreetmap.org/](https://nominatim.openstreetmap.org/)
2. Geoip from [https://geoiplookup.io/api](https://geoiplookup.io/api)
3. Salat time from [https://api.aladhan.com](https://api.aladhan.com)