Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamic-network/qibla-direction
Calculates the angle of the Qibla from a given pair of co-ordinates.
https://github.com/islamic-network/qibla-direction
islam qibla qibla-direction
Last synced: about 1 month ago
JSON representation
Calculates the angle of the Qibla from a given pair of co-ordinates.
- Host: GitHub
- URL: https://github.com/islamic-network/qibla-direction
- Owner: islamic-network
- License: gpl-3.0
- Created: 2020-01-14T10:31:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T07:03:20.000Z (almost 5 years ago)
- Last Synced: 2024-11-18T09:43:21.774Z (about 2 months ago)
- Topics: islam, qibla, qibla-direction
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/islamic-network/qibla-direction.svg?style=svg)](https://circleci.com/gh/islamic-network/qibla-direction)
# QIBLA Direction Calculator
## Installation
```
composer install islamic-network/alqibla
```## Usage
```php
\AlQibla\Calculation::get($lat, $lng);
```