Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

hmcts/court-finder-service-client-node

Repository files navigation

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")

About

Node.JS Client for Court and Tribunal Finder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published