0.0.3 • Published 2 years ago

plutu-ts v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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