1.1.44 • Published 2 years ago

servibot v1.1.44

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.1.28

2 years ago

1.1.30

2 years ago

1.1.34

2 years ago

1.1.33

2 years ago

1.1.32

2 years ago

1.1.31

2 years ago

1.1.38

2 years ago

1.1.37

2 years ago

1.1.36

2 years ago

1.1.35

2 years ago

1.1.39

2 years ago

1.1.41

2 years ago

1.1.44

2 years ago

1.1.43

2 years ago

1.1.42

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.19

2 years ago

1.1.23

2 years ago

1.1.21

2 years ago

1.1.27

2 years ago

1.1.26

2 years ago

1.1.25

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.0.95

2 years ago

1.0.94

2 years ago

1.0.93

2 years ago

1.0.92

2 years ago

1.0.99

2 years ago

1.0.98

2 years ago

1.0.97

2 years ago

1.0.96

2 years ago

1.0.91

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago