added `postal_codes` which lets you look up full postal codes instead of just FSA codes
also a number of minor changes:
- made `FSACodeDatabase` look more like a Python dictionary by implementing `__len__()` and `__iter__()`
- added a few extra properties like `.fsa` to get the FSA of postal codes as a string.
- added tests
- added continuous integration on GitHub
- better documentation in the readme