1.0.1 • Published 9 months ago

reduced-countries-list v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

reduced-countries-list

This package provides a countries-list where ONLY return their names in JSON format. NOT return data of country code, prefix phone, capital, etc.

the purpose of this package is only provide the names of countries in English language, later the option to use the list in Spanish will be added

Installation

npm install reduced-countries-list

Usage

This is a simple method of use the package:

import reducedCountriesList from "reduced-countries-list"

//Example
for (const country of reducedCountriesList) {
    console.log(country)
}
1.0.1

9 months ago

1.0.0

9 months ago

0.1.0

9 months ago