UNPKG

london-districts

Version:

A list of London districts from wikipedia

20 lines (16 loc) 514 B
# london-districts [![dependencies Status](https://david-dm.org/alanshaw/london-districts/status.svg)](https://david-dm.org/alanshaw/london-districts) A list of London districts from the [wikipedia article](https://en.wikipedia.org/wiki/List_of_areas_of_London) as of **2016-08-04**. Exports an array of objects: ```js [ { "location": "Abbey Wood", "borough": "Greenwich", "postTown": "LONDON", "postcodeDistrict": "SE2", "dialCode": "020", "osGridRef": "TQ465785" }, // ... ] ```