Skip to content

Commit 0bd1a17

Browse files
authored
Updated README markup
1 parent 73c403e commit 0bd1a17

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pyPostcode
22
==========
33

4-
##Introduction
4+
## Introduction
55

66
This is a Python library to request information from the PostcodeApi.nu API.
77
This API allows you to search for Dutch addresses using zipcodes.
@@ -11,26 +11,26 @@ For more information about this API, please visit http://postcodeapi.nu
1111
This library supports only the v2 api.
1212

1313

14-
##Installation
14+
## Installation
1515

16-
###PyPI
17-
```pip install pyPostcode```
16+
### PyPI
17+
`pip install pyPostcode`
1818

19-
###Manually
19+
### Manually
2020

2121
pyPostcode consists of a single file (pyPostcode.py) that you can put in your python search path or in site-packages (or dist-packages depending on the platform)
2222
You can also simply run it by putting it in the same directory as you main script file or start a python interpreter in the same directory.
2323
pyPostcode works with Python 2.7.x (you're welcome to test other versions)
2424

25-
###API-key
25+
### API-key
2626

2727
The API can only be used when you have your own API-key.
2828
You can request this key by visiting: http://www.postcodeapi.nu/#pakketten
2929

3030

31-
##Example
31+
## Example
3232

33-
###Basic usage
33+
### Basic usage
3434

3535
Get the address by using the zipcode and the house number
3636

@@ -44,7 +44,7 @@ result = postcodeapi.getaddress('1011AC', 154) # use address search
4444
print result.street, result.house_number, result.town
4545
```
4646

47-
###Result data
47+
### Result data
4848

4949
the following information can be gathered from the result:
5050

@@ -59,7 +59,7 @@ the following information can be gathered from the result:
5959
* x ([Rijksdriehoek]/[Trigonometrical] coordinate)
6060
* y ([Rijksdriehoek]/[Trigonometrical] coordinate)
6161

62-
##License
62+
## License
6363

6464
"PostcodeApi" is owned by Apiwise, see http://postcodeapi.nu for more information.
6565
I am in no way affiliated with PostcodeAPI or the Apiwise organization.

0 commit comments

Comments
 (0)