1.0.2 • Published 1 year ago

code-country v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

����# 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

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago