country-list-js
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "country-list-js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Country list with ISO2, ISO3 code, continent, capital, dialing code", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/i-rocky/country-js.git", |
@@ -1,4 +0,5 @@ | ||
## Country JS | ||
## Country List JS | ||
> https://i-rocky.github.io/country-js/ | ||
> https://i-rocky.github.io/country-list-js/ | ||
> https://www.npmjs.com/package/country-list-js | ||
@@ -11,2 +12,7 @@ ## Installation | ||
or | ||
``` | ||
npm install country-list-js | ||
``` | ||
## Basic Usage | ||
@@ -69,2 +75,14 @@ #### Instantiation | ||
var dialing_code = country.info('dialing_code'); //880 | ||
``` | ||
### npm commands | ||
##### Test | ||
``` | ||
npm run test | ||
``` | ||
##### Build | ||
``` | ||
npm run build | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
771687
86