zip-to-citydeprecated

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

Usage no npm install needed!

<script type="module">
  import zipToCity from 'https://cdn.skypack.dev/zip-to-city';
</script>

README

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.