iso-country-code-to-korean

1.0.4 • Public • Published

iso-country-code-to-korean

Convert ISO 3166 Alpha 2 Code to Country Name in Korean/English

Install

npm i iso-country-code-to-korean

Usage

import { convert } from 'iso-country-code-to-korean';
 
convert('KR'); // 대한민국
convert('KR', 'KR'); // 대한민국
convert('KR', 'EN'); // Korea (South)
 
convert('KR', 'DE'); // [ERR] Support Language : KR(Korean), EN(English)

License

MIT

/iso-country-code-to-korean/

    Package Sidebar

    Install

    npm i iso-country-code-to-korean

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    11.7 kB

    Total Files

    3

    Last publish

    Collaborators

    • yyna