An open API service indexing awesome lists of open source software.

https://github.com/confuser/node-uk-counties

A list of counties within England, Northern Ireland, Scotland and Wales
https://github.com/confuser/node-uk-counties

Last synced: 9 months ago
JSON representation

A list of counties within England, Northern Ireland, Scotland and Wales

Awesome Lists containing this project

README

          

# uk-counties

[![Build Status](https://travis-ci.org/confuser/node-uk-counties.png?branch=master)](https://travis-ci.org/confuser/node-uk-counties)

A list of counties within England, Northern Ireland, Scotland and Wales

## Installation

npm install uk-counties

## Usage

Below is a simple example for usage:

```js

var counties = require('uk-counties') // All counties
, england = counties.england
, northernIreland = counties.northern-ireland
, scotland = counties.scotland
, wales = counties.wales
```

## Source
http://county-wise.org.uk/counties/

## Licence
Licensed under the [New BSD License](http://opensource.org/licenses/bsd-license.php)