From 4f1d14a888405f3ac63e827c1ae3f69e84e3fdf6 Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Date: Mon, 5 Feb 2018 12:58:01 +0000 Subject: [PATCH] Added README file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9362399 --- /dev/null +++ b/README.md @@ -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); +```