Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 505 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 505 Bytes

Arva NodeJS SDK

Version Downloads

This repository contains the source code for the Arva SDK.

To install it, run:

npm i @arva-ai/sdk

To get started, create a client with:

const client = new Arva(
    'arva_xxxx' // your Arva API key
)

Full docs here.