1.0.1 • Published 4 years ago

@hmcts/court-finder-service-client v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

court-finder-service-client-node

API Client wrapper for Court and Tribunal finder API.

Usage

Quick start

$ yarn add @hmcts/court-finder-service-client

Typescript:

import { CourtFinderClient } from '@hmcts/court-finder-service-client'

new CourtFinderClient().findCourtByPostcode("A11 1AA", "Money Claims")
  • Javascript -
const CourtFinderClient = require('@hmcts/court-finder-service-client').CourtFinderClient

new CourtFinderClient().findCourtByAddress("Old Bailey")