0.0.8 • Published 9 years ago

numcap-regions v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

numcap-regions

Phone numbers of all operators in Russian Federation with regions codes

CLI tool for make JSON data file from npm numcap and russian-codes

Install

npm install numcap-regions -g

Usage

Prepare JSON file

nrcli -m

Load JSON file to MongoDB

nrcli -j // use default settings

nrcli -j --host --database

Help

nrcli --help

Data

Sample data

[ 
 .... 
  {
    "code": "301",
    "begin": "2100000",
    "end": "2109999",
    "capacity": "10000",
    "operator": "АСВТ(Москва)",
    "region": {
      "title": "Республика Бурятия",
      "code": "03",
      "county": "5"
    }
  },
 ....
]
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago