diff --git a/README.md b/README.md index 3e7d2c0..dd39322 100755 --- a/README.md +++ b/README.md @@ -13,4 +13,10 @@ A simple wrapper for Dark Sky API [![StyleCI](https://styleci.io/repos/95418474/shield?branch=master)](https://styleci.io/repos/96892746) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/8575ff8e33034e0a81cedd9464ac359a)](https://www.codacy.com/app/iranianpep/darksky?utm_source=github.com&utm_medium=referral&utm_content=iranianpep/darksky&utm_campaign=Badge_Grade) [![Packagist](https://img.shields.io/packagist/dt/darksky/darksky.svg)](https://packagist.org/packages/darksky/darksky) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/iranianpep/darksky/master/LICENSE) \ No newline at end of file +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/iranianpep/darksky/master/LICENSE) + +## Usage +``` +$darksky = new Darksky('API_KEY', 'LAT', 'LONG'); +$result = $darksky->forcast(); +``` \ No newline at end of file