@guapp.ai/guapp-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Guapp sdk

Usage

Get your api key from https://guapp.ai

install the package

npm install @guapp.ai/guapp-sdk

instantiate the package and start the app

Commonjs

const { Guapp } = require("@guapp.ai/guapp-sdk");

const guapp = new Guapp("Your api key");
guapp.connect();

Typescript

import { Guapp } from "@guapp.ai/guapp-sdk";

const guapp = new Guapp("Your api key");
guapp.connect();

Readme

Keywords

none

Package Sidebar

Install

npm i @guapp.ai/guapp-sdk

Weekly Downloads

0

Version

0.0.3

License

AGPLv3

Unpacked Size

6.04 kB

Total Files

6

Last publish

Collaborators

  • theboe