Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 992 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 992 Bytes

Plutu-TS

A tiny client for the plutu.ly API written in Typescript.

plutu-ts gzip size brotli size

✨ Features:

  • Tiny <1KB size gzip
  • Works in Node.js and in Browser
  • Built-in Typescript support

🔧 Installation

npm i plutu-ts

or

yarn add plutu-ts

🌐 Usage

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%' })