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

https://github.com/beastbytes/ordnance-survey-names

Wrapper for Ordnance Survey Names API
https://github.com/beastbytes/ordnance-survey-names

Last synced: 2 months ago
JSON representation

Wrapper for Ordnance Survey Names API

Awesome Lists containing this project

README

        

# Ordnance Survey Names
Wrapper for [Ordnance Survey Names API](https://www.ordnancesurvey.co.uk/products/os-names-api)

For license information check the [LICENSE](LICENSE.md) file.

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist beastbytes/ordnance-survey-names
```

or add

```json
"beastbytes/ordnance-survey-names": "^1.0.0"
```

to the `require` section of your composer.json.