1.0.16 • Published 4 years ago

pli-chatbot v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago