0.0.45 • Published 1 year ago

mrghost v0.0.45

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

Mr. Ghost

This package enables the use of a Mr. Ghost AI assistant as well as the execution of browser side actions.

Installation

npm i mrghost

Usage

import { ChatWidget } from "mrghost";

Example

import { ChatWidget } from "mrghost";

function App() {
  return <ChatWidget botId="your-bot-id" userId="your-user-id" chatId="your-chat-id" />;
}

ChatWidget Properties

PropertyTypeRequiredDescription
botIdstringYesUnique identifier for the Mr. Ghost chatbot.
userIdstringNoIdentifier for an existing bot user. Set to null or omit for a new bot user to be created if your user permissions allow new users.
chatIdstringNoIdentifier for an existing chat session. Set to null or omit for a new session.
0.0.40

1 year ago

0.0.41

1 year ago

0.0.43

1 year ago

0.0.44

1 year ago

0.0.45

1 year ago

0.0.37

1 year ago

0.0.38

1 year ago

0.0.39

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.34

1 year ago

0.0.35

1 year ago

0.0.36

1 year ago

0.0.30

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.15

1 year ago

0.0.16

1 year ago

0.0.17

1 year ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.14

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.29

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago