iso-3166-codes

1.0.1 • Public • Published

Introduction

ISO 3166 Country Codes Lookup

Simple utility that returns country name for given country code

How to use?

  1. Install dependency npm install iso-3166-codes --save
  2. Require in your JS file const { getCountryName } = require('iso-3166-codes');
  3. Get country name based on two character long ISO 3166 code: const country = getCountryName('XX');
  4. Enjoy!

Readme

Keywords

Package Sidebar

Install

npm i iso-3166-codes

Weekly Downloads

2

Version

1.0.1

License

Apache-2.0

Unpacked Size

20.2 kB

Total Files

7

Last publish

Collaborators

  • iaforek