1.0.2 • Published 1 year ago
code-country v1.0.2
����# country-code-npm
country-code-npm
Overview
country-code-npm
is a simple npm package built over country-codes-list
. It provides a convenient way to retrieve country codes using country names.
Installation
To install country-code-npm
, simply run:
npm install country-code-npm
const codepackage = require("code-country");
const countries = codepackage();
console.log(countries["india"]);
a simple package for myself built over country-codes-list