0.1.11 • Published 7 years ago

unicode-countries v0.1.11

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Unicode Countries Dependency Status Codacy Badge Build Status

Creates a json file with countries, subdivisions and postal codes based on Unicode database.

CLDR v31.0.1 - Unicode Common Locale Data Repository. To update the database to the latest version go to Unicode.

Check the version of Node.js you have by running node --version. It should be greater than v4.0.0.

To install:

$ npm install -g unicode-countries

Usage:

$ unicode-countries -L en,de,es,bg,hu,ru -O result.json

Run unicode-countries -h for a quick help on usage and arguments:

$ unicode-countries -h
Usage: unicode-countries [OPTIONS]
       unicode-countries -L en,de
       unicode-countries --languages en

Options:
  -L, --languages          List of languages
  -O, --output             Output file

Commands:
  -h, --help               Show this help text
  -v, --verbose            Explain what is being done
0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago