london-districts

A list of London districts from wikipedia

Usage no npm install needed!

<script type="module">
  import londonDistricts from 'https://cdn.skypack.dev/london-districts';
</script>

README

london-districts dependencies Status

A list of London districts from the wikipedia article as of 2016-08-04.

Exports an array of objects:

[
  {
    "location": "Abbey Wood",
    "borough": "Greenwich",
    "postTown": "LONDON",
    "postcodeDistrict": "SE2",
    "dialCode": "020",
    "osGridRef": "TQ465785"
  },
  // ...
]