0.5.0 • Published 1 year ago

poslaju v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

✨ Features:

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

🔧 Installation

npm i poslaju
yarn add poslaju
pnpm i poslaju

🌐 Usage

Import poslaju module in your project and initialize it with your

import Poslaju from 'poslaju'

const PoslajuClient = new Poslaju({  })

PoslajuClient.getConnote().then((data) => {
    console.log(data)
})

PoslajuClient.getAuthToken().then((data) => {
    console.log(data)
})