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 year ago
JSON representation

Calculates the angle of the Qibla from a given pair of co-ordinates.

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)

# This repository is no longer active. Please see https://community.islamic.network/d/140-removing-repositories-from-github.

# QIBLA Direction Calculator

## Installation
```
composer install islamic-network/alqibla
```

## Usage
```php
\AlQibla\Calculation::get($lat, $lng);
```