therebelrobot/countryjs

View on GitHub
data/ireland.json

Summary

Maintainability
Test Coverage
{
    "name": "Ireland",
    "altSpellings": ["IE", "Éire", "Republic of Ireland", "Poblacht na hÉireann"],
    "area": 70273,
    "borders": ["GBR"],
    "callingCodes": ["353"],
    "capital": "Dublin",
    "currencies": ["EUR"],
    "demonym": "Irish",
    "flag": "",
    "geoJSON": {
        "type": "FeatureCollection",
        "features": [{
            "type": "Feature",
            "id": "IRL",
            "properties": {
                "name": "Ireland"
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [-6.197885, 53.867565],
                        [-6.032985, 53.153164],
                        [-6.788857, 52.260118],
                        [-8.561617, 51.669301],
                        [-9.977086, 51.820455],
                        [-9.166283, 52.864629],
                        [-9.688525, 53.881363],
                        [-8.327987, 54.664519],
                        [-7.572168, 55.131622],
                        [-7.366031, 54.595841],
                        [-7.572168, 54.059956],
                        [-6.95373, 54.073702],
                        [-6.197885, 53.867565]
                    ]
                ]
            }
        }]
    },
    "ISO": {
        "alpha2": "IE",
        "alpha3": "IRL"
    },
    "languages": ["ga", "en"],
    "latlng": [53, -8],
    "nativeName": "Éire",
    "population": 6378000,
    "provinces": ["Carlow", "Cavan", "Clare", "Cork", "Donegal", "Dublin", "Galway", "Kerry", "Kildare", "Kilkenny", "Laois", "Leitrim", "Limerick", "Longford", "Louth", "Mayo", "Meath", "Monaghan", "Offaly", "Roscommon", "Sligo", "Tipperary", "Waterford", "Westmeath", "Wexford", "Wicklow"],
    "region": "Europe",
    "subregion": "Northern Europe",
    "timezones": ["UTC"],
    "tld": [".ie"],
    "translations": {
        "de": "Irland",
        "es": "Irlanda",
        "fr": "Irlande",
        "ja": "アイルランド",
        "it": "Irlanda"
    },
    "wiki": "http://en.wikipedia.org/wiki/ireland"
}