Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Added README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din committed Feb 5, 2018
1 parent 53c31ad commit 4f1d14a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[![CircleCI](https://circleci.com/gh/meezaan/qibla-direction.svg?style=svg)](https://circleci.com/gh/meezaan/qibla-direction)

# QIBLA Direction Calculator

## Installation
```
composer install qibla-direction
```

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

0 comments on commit 4f1d14a

Please sign in to comment.