Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

match-country-german

juliuste31MITdeprecated0.3.0

WARNING: This package is unmaintained and might be broken. If you would like to maintain it, please contact mail@juliustens.eu

Try to match given german country name with its ISO code.

german, country, name, iso, code, match, search

readme

match-country-german

Try to match given german country name with its ISO 3166-1 code.

npm version Build Status dependency status dev dependency status license

Usage

const match = require('match-country-german')

let iso = match('Deutschland') // 'DE'
    iso = match('Vereinigte Staaten von Amerika') // 'US'
    iso = match('Großbrltannein') // null

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.