A tiny client for the plutu.ly API written in Typescript.
- Tiny <1KB size gzip
- Works in Node.js and in Browser
- Built-in Typescript support
npm i plutu-ts
or
yarn add plutu-ts
Import plutu-ts
module in your project and initialize it with your apiKey and access token.
import Plutu from 'plutu-ts'
const PlutuClient = new Plutu({ apiKey: '%apiKey%', accessToken: '%accessToken%' })