1.1.44 • Published 1 year ago

servibot v1.1.44

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

Overview

ServiBot is an AI chatbot that helps businesses with customer service through a very smart and conversational chatbot.

Install the SDK:

npm i servibot

Command for Running ServiBot Chatbot:

<ServiBot id = {API_KEY} />

Example (Next.js):

If you are using it on a platform like Next.js, you can include the code as such in the layout.js file:

import ServiBot from "servibot";

export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>
        <ServiBot id="API_KEY" />
        {children}
      </body>
    </html>
  );
}

Where to find API Key?

You can find the API Key on our official website at https://servibot.io

Additional Questions

If you have any questions please feel free to use our website (https://servibot.io) or contact us at servibotofficial@gmail.com Thank you for using our API. We are actively trying to improve it; if you have any feedback please feel free to tell it to us by emailing us at our email.

1.1.29

1 year ago

1.1.28

1 year ago

1.1.30

1 year ago

1.1.34

1 year ago

1.1.33

1 year ago

1.1.32

1 year ago

1.1.31

1 year ago

1.1.38

1 year ago

1.1.37

1 year ago

1.1.36

1 year ago

1.1.35

1 year ago

1.1.39

1 year ago

1.1.41

1 year ago

1.1.44

1 year ago

1.1.43

1 year ago

1.1.42

1 year ago

1.1.4

1 year ago

1.1.2

1 year ago

1.1.19

1 year ago

1.1.23

1 year ago

1.1.21

1 year ago

1.1.27

1 year ago

1.1.26

1 year ago

1.1.25

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.0.95

1 year ago

1.0.94

1 year ago

1.0.93

1 year ago

1.0.92

1 year ago

1.0.99

1 year ago

1.0.98

1 year ago

1.0.97

1 year ago

1.0.96

1 year ago

1.0.91

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago