3.0.0 • Published 3 years ago

@honocorporation/countrycodes v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@honocorporation/countrycodes

npm (scoped) npm bundle size (scoped)

This package contains data on both ISO2 and IS03 country codes and related data such as continents, dialing codes, flags and currencies

Install

npm install @honocorporation/countrycodes  

Usage

Import desired entities using JavaScript ES6 module syntax.
For example:

import {CountryCodes} from "./node_modules/@honocorporation/countrycodes/index.js";

console.log(CountryCodes);