0.1.1 • Published 8 years ago

zip-to-city v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

zip-to-city

Get the city associated with the given german ZIP code. Using public domain ZIP code data from OpenGeoDB.

npm version Build Status dependency status dev dependency status MIT License

Installation

npm install zip-to-city

Usage

const unzip = require('zip-to-city')

console.log(unzip('10117')) // 'Berlin'

Contributing

If you found a bug, want to propose a feature or feel the urge to complain about your life, feel free to visit the issues page.

0.1.1

8 years ago

0.1.0

8 years ago