Easily embed a status chatroom in your website - outdated, please use https://github.com/status-im/js-waku
Go to file
Iuri Matias 1528e6a946 make css changes a theme 2019-04-10 22:04:36 -04:00
dist pass dom element as argument 2019-04-10 22:03:23 -04:00
src pass dom element as argument 2019-04-10 22:03:23 -04:00
themes make css changes a theme 2019-04-10 22:04:36 -04:00
.gitignore initial commit 2019-04-09 17:22:27 -04:00
README.md improve styling; add autoscroll 2019-04-10 20:51:29 -04:00
index.html make css changes a theme 2019-04-10 22:04:36 -04:00
package.json fix: webpack 2019-04-09 17:54:39 -04:00
webpack.config.js rename generated dist file 2019-04-10 15:59:20 -04:00
yarn.lock fix: webpack 2019-04-09 17:54:39 -04:00

README.md

  <script src="https://status-im.github.io/status-chat-widget/dist/js/statuswidget.js"></script>
  <div id="status-chat-widget"></div>
  <script>StatusWidget("your-channel-name");</script>
```