@diomhq/diom
v0.2.3
Published
Diom JavaScript client library
Readme
Typescript/Javascript library for interacting with the Diom API
Usage Documentation
You can find general usage documentation at https://diom.svix.com/docs.
Installation
npm install @diomhq/diom
# or
yarn add @diomhq/diomUsage
Please refer to the documentation for more usage instructions.
Development
First checkout the core README for details on how to generate our API bindings, then follow the steps below.
Requirements
- node
- npm
Building the library
npm install
npm run buildContributing
Before opening a PR be sure to format your code!
npm run lint:fixRunning Tests
Simply run:
npm test