pli-chatbot
v1.0.16
Published
chatBot for GPE school project
Downloads
4
Readme
pli-chatbot
chatBot for GPE school project
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/[email protected]/dist/ChatBotGPE.js" crossorigin></script>
</head>
<body>
<script>
ChatBotGPE.init({
clientKey: "CLIENTKEY"
})
</script>
</body>
## License
MIT © [](https://github.com/)