1.0.2 • Published 2 years ago

code-country v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago