0.0.1 • Published 3 years ago

@local-civics/js-hoplite v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

js-hoplite

Node.js client library for the Hoplite application.

Get started

Install

Add hoplite to your project.

npm install --save @local-civics/js-hoplite

Usage

Import the client

import { client } from '@local-civics/js-hoplite'

and use it, like so

const api = client();

api.academic.onboarding.query().then((res) => console.log(res));
0.0.1

3 years ago