Skip to content

universitasdarunnajah/salat-time

 
 

Repository files navigation

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.

Project Setup

npm install

Compile and Hot-Reload for Development

npm start

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Data Source

  1. Reverse geolocation from https://nominatim.openstreetmap.org/
  2. Geoip from https://geoiplookup.io/api
  3. Salat time from https://api.aladhan.com

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 53.3%
  • Vue 24.1%
  • CSS 18.3%
  • JavaScript 3.2%
  • HTML 1.1%