0.6.0 • Published 7 years ago

@scalableminds/simple-chatroom v0.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

A Simple Chatroom component

var chatroom = window.SimpleChatroom({
    host: "http://localhost:5002",
    title: "Chat with Mike",
    container: document.querySelector(".container"),
    welcomeMessage: "Hi, I am Mike. How may I help you?"
});

Development

Install Dependencies

yarn install

Build the Simple Chatroom

yarn build
// or
yarn watch

Open index.html in your browser.

0.6.0

7 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago