Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

UNMAINTAINED AND PROBABLY NOT WORKING ANYMORE. Try to match given german country name with its ISO code.

License

Notifications You must be signed in to change notification settings

juliuste/match-country-german

Repository files navigation

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')

match('Deutschland') // 'DE'
match('vereinigte staaten von amerika') // 'US'
match('Großbritannin') // 'GB'
match('Großbrltannein') // null

For e.g. Xambia, there are two possible countries Sambia and Gambia. In this case, match will return 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.

About

UNMAINTAINED AND PROBABLY NOT WORKING ANYMORE. Try to match given german country name with its ISO code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published