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
- Host: GitHub
- URL: https://github.com/confuser/node-uk-counties
- Owner: confuser
- License: bsd-3-clause
- Created: 2014-05-20T11:09:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T15:24:32.000Z (almost 9 years ago)
- Last Synced: 2025-08-21T01:48:33.718Z (10 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uk-counties
[](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)