poslaju
v0.5.0
Published
Poslaju api to interact with poslaju
Downloads
6
Maintainers
Readme
✨ 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)
})