Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 3ead581

Browse files
Update README.md
1 parent ce7304d commit 3ead581

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
(Unofficial) Python wrapper for the PostNL API (Dutch Postal Services), which can be used to track packages and letter deliveries. You can use your [jouw.postnl.nl](http://jouw.postnl.nl) credentials to use the API.
44

5-
## Example
5+
## Quick test
6+
```python
7+
test_postnl_api.py USERNAME PASSWORD
8+
```
9+
10+
## Code Example
611
```python
712
from postnl_api import PostNL_API
813

0 commit comments

Comments
 (0)