1.1.7 • Published 3 years ago

@hmcts/os-places-client v1.1.7

Weekly downloads
1,176
License
MIT
Repository
github
Last release
3 years ago

os-places-client-node

Written to directly replace the deprecated postcode-info-client-node

API Client wrapper for Ordnance Survey Places Postcode API.

Build Status
MIT license
Greenkeeper badge

Usage

Authentication

You will need an API key for OS Places API - Capture and Verification. You can get one by emailing platforms@digital.justice.gov.uk with a brief summary of:

  • Who you are
  • What project you're going to be using it on
  • Roughly how many lookups you expect to do per day
  • No. of keys required
  • Product and environment type for each key
  • Contact name and email address for issuing keys

Quick start

$ yarn add @hmcts/os-places-client

Typescript:

import { OSPlacesClient  } from '@hmcts/os-places-client'

new OSPlacesClient('<token here>').lookupByPostcode('SN15NB')
  • Javascript -
const OSPlacesClient = require('@hmcts/os-places-client').OSPlacesClient

new OSPlacesClient('<token here>').lookupByPostcode('SN15NB')

Version 1.1.0+

Changing the api url to https://api.os.uk/search/places/v1/postcode You will need a new token when upgrading to version 1.1.0+ from version 1.0.6

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago