1.0.16 • Published 5 years ago

pli-chatbot v1.0.16

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

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.12

5 years ago

1.0.9

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago