Skip to content

Commit

Permalink
Readme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita CryptoManiac Sivakov committed Dec 20, 2017
1 parent a616cdb commit b0adbcb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ Yandex Geocoder
===
Get address coordinates via Yandex geocoder

Code is impudently stolen from [f213](https://github.com/f213).

[![Build Status](https://travis-ci.org/cryptomaniac512/yandex-geocoder.svg?branch=master)](https://travis-ci.org/cryptomaniac512/yandex-geocoder)
[![Coverage Status](https://coveralls.io/repos/github/cryptomaniac512/yandex-geocoder/badge.svg?branch=master)](https://coveralls.io/github/cryptomaniac512/yandex-geocoder?branch=master)
![Python versions](https://img.shields.io/badge/python-3.5,%203.6-blue.svg)
[![PyPi](https://img.shields.io/badge/PyPi-0.0.1-yellow.svg)](https://pypi.python.org/pypi/yandex-geocoder)

Installation
---
Expand All @@ -24,3 +23,6 @@ from yandex_geocoder import Client
Client.coordinates('Хабаровск 60 октября 150') # ('135.114326', '48.47839')
```

Credits
---
- [f213](https://github.com/f213)

0 comments on commit b0adbcb

Please sign in to comment.