🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@hmcts/court-finder-service-client

Package Overview
Dependencies
Maintainers
16
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hmcts/court-finder-service-client

Court and tribunal finder service client (https://courttribunalfinder.service.gov.uk/api.html)

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
16
Created
Source

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

FAQs

Package last updated on 09 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts