@local-civics/js-hoplite
v0.0.1
Published
Node.js client library for the Hoplite application.
Downloads
1
Readme
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));