Get the city associated with the given german ZIP code. Using public domain ZIP code data from OpenGeoDB.
npm install zip-to-city
const unzip = require('zip-to-city')
console.log(unzip('10117')) // 'Berlin'
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.