README.md in parkwhiz-0.1.0 vs README.md in parkwhiz-0.2.0

- old
+ new

@@ -1,7 +1,11 @@ # Parkwhiz +[![Code Climate](https://codeclimate.com/github/austinrfnd/parkwhiz.png)](https://codeclimate.com/github/austinrfnd/parkwhiz) +[![Build Status](https://travis-ci.org/austinrfnd/parkwhiz.svg?branch=master)](https://travis-ci.org/austinrfnd/parkwhiz) +[![Test Coverage](https://codeclimate.com/github/austinrfnd/parkwhiz/coverage.png)](https://codeclimate.com/github/austinrfnd/parkwhiz) + A gem wrapper to Parkwhiz API. ## Installation Add this line to your application's Gemfile: @@ -22,10 +26,12 @@ # Set your api key Parkwhiz.api_key = "my api key" locations = Parkwhiz.search({destination: '1 World Way, Los Angeles, CA 90045'}) + # Array of ParkwhizLocations +locations ``` ## Run Specs ``` rake