1.0.16 • Published 3 years ago

pli-chatbot v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

pli-chatbot

chatBot for GPE school project

NPM JavaScript Style Guide

Install (npm)

npm install --save pli-chatbot

Usage

import React, { Component } from 'react'

import MyComponent from 'pli-chatbot'
import 'pli-chatbot/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Install && Usage (HTML)

  <head>
    <script type="text/javascript" src="https://unpkg.com/pli-chatbot@1.0.4/dist/ChatBotGPE.js" crossorigin></script>
  </head>
  <body>
    <script>
      ChatBotGPE.init({
        clientKey: "CLIENTKEY"
      })
    </script>
  </body>
## License

MIT © [](https://github.com/)
1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago