This package has been deprecated

Author message:

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

match-country-german

0.3.0 • Public • Published

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.

Package Sidebar

Install

npm i match-country-german

Weekly Downloads

3

Version

0.3.0

License

MIT

Last publish

Collaborators

  • juliuste