@drrops/drrops-sdk
v1.3.2
Published
This is the official SDK for [Drrops](https://drrops.com).
Downloads
19
Keywords
Readme
Drrops SDK
This is the official SDK for Drrops.
Getting Started
You can install the SDK with npm
or yarn
:
npm install @drrops/drrops-sdk
# or ...
yarn add @drrops/drrops-sdk
Once the SDK is installed, you can create a new instance with your Drrops key and secret.
// Import our SDK
import { DrropsSDK } from '@drrops/drrops-sdk'
// Authenticate
const drrops = new DrropsSDK(KEY, SECRET)