Giter VIP home page Giter VIP logo

slovakia-cities-regions's Introduction

slovakia-cities-regions

List of all cities(villages), all districts and all regions in Slovakia.

install

npm install slovakia-cities-regions

basic usage

var cities = require('slovakia-cities-regions').cities();  //list of cities(name, zip, abbreviation, district, region)
var districts = require('slovakia-cities-regions').districts() // list of districts(name, longname, abbreviation)
var regions = require('slovakia-cities-regions').regions() // list of regions(name, abbreviation)

data example

cities

{
    "Paština Závada": {
        "name": "Paština Závada",
        "zip": "013 41",
        "abr": "ZA",
        "district": "Žilina",
        "region": "Žilinský kraj"
    },
    "Pastovce": {
        "name": "Pastovce",
        "zip": "935 74",
        "abr": "LV",
        "district": "Levice",
        "region": "Nitriansky kraj"
    },
    "Pastovník": {
        "name": "Pastovník",
        "zip": "065 44",
        "abr": "SL",
        "district": "Stará Ľubovňa",
        "region": "Prešovský kraj"
    },
    "Pastuchov": {
        "name": "Pastuchov",
        "zip": "920 63",
        "abr": "HC",
        "district": "Hlohovec",
        "region": "Trnavský kraj"
    }
}

citiesList

[
    {
        "name": "Vybúchanec",
        "zip": "071 01",
        "abr": "MI",
        "district": "Michalovce",
        "region": "Košický kraj"
    }, {
        "name": "Výčapky",
        "zip": "951 25",
        "abr": "NR",
        "district": "Nitra",
        "region": "Nitriansky kraj"
    }, {
        "name": "Výčapy - Opatovce",
        "zip": "951 44",
        "abr": "NR",
        "district": "Nitra",
        "region": "Nitriansky kraj"
    }, {
        "name": "Východná",
        "zip": "032 32",
        "abr": "LM",
        "district": "Liptovský Mikuláš",
        "region": "Žilinský kraj"
    }
]

districts

{
    "Zvolen": {
        "name": "Zvolen",
        "longName": "Okres Zvolen",
        "abr": "ZV"
    },
    "Žarnovica": {
        "name": "Žarnovica",
        "longName": "Okres Žarnovica",
        "abr": "ZC"
    },
    "Žiar nad Hronom": {
        "name": "Žiar nad Hronom",
        "longName": "Okres Žiar nad Hronom",
        "abr": "ZH"
    },
    "Žilina": {
        "name": "Žilina",
        "longName": "Okres Žilina",
        "abr": "ZA"
    }
}    

regions

{
    "Prešovský kraj": {
        "name": "Prešovský kraj",
        "abr": "PV"
    },
    "Trenčiansky kraj": {
        "name": "Trenčiansky kraj",
        "abr": "TC"
    },
    "Trnavský kraj": {
        "name": "Trnavský kraj",
        "abr": "TA"
    },
    "Žilinský kraj": {
        "name": "Žilinský kraj",
        "abr": "ZI"
    }
}

license

The MIT License

slovakia-cities-regions's People

Contributors

l2ysho avatar marwahaha avatar richardsolar avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

marwahaha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.