german-postcode-to-state

0.1.0 • Public • Published

german-postcode-to-state

coverage

This module is computing the state to a given postcode.

Getting started

$ npm install PACKAGENAME

Usage

    findState(postcode) // RETURNS -1 if the postcode is invalid or not found

Example

    import findState from 'PACKAGENAME';
    
    console.log(findState(52066)) // Output 'Nordrhein-Westfalen'

Package Sidebar

Install

npm i german-postcode-to-state

Weekly Downloads

134

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hedge