alise-api
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

alise-api

npm npm version npm npm

A powerful and user-friendly wrapper for interacting with the alise API.

[!warning] This project is not affiliated with Alise in any way.

📦 Installation

npm install alise-api

📚 Exemple

import { authenticateWithCredentials } from "alise-api";

async function main() {
  let client = await authenticateWithCredentials(
    "your_email", 
    "your_password",
    "your_site"
  )

  console.log(client)
}

main();

Package Sidebar

Install

npm i alise-api

Weekly Downloads

34

Version

0.2.3

License

GPL-3.0

Unpacked Size

117 kB

Total Files

9

Last publish

Collaborators

  • raphckrman