web3chat
v1.10.2
Published
Downloads
15
Maintainers
Readme
lines/bylines-embed
Getting Started
Download links:
SSH clone URL: ssh://[email protected]/lines/lines/bylines-embed.git
HTTPS clone URL: https://git.jetbrains.space/lines/lines/bylines-embed.git
Install
npm i web3chat
Usage
import Web3Chat from "web3chat";
var byl = new Web3Chat(<APP_ID>);
await byl.initializeWidget(); //loads iframe
For detailed documentation visit docs.lines.by
Deployment
Steps to update the npm package
- Update version number in package.json
- Add files which has to excluded during publish to .npmignore .
- Go into your terminal, type
npm login
and insert your details. - In the terminal, navigate to the root directory of your package and type
npm publish
Resources
Add links to external resources for this project, such as CI server, bug tracker, etc.