strong-chat-client

1.0.1 • Public • Published

strong-chat-client

StrongSD@ Strong-Chat Client library

NPM JavaScript Style Guide

Install

npm install --save strong-chat-client

Usage

import React, { Component } from 'react'
import Chat, { ChatView } from 'strong-chat-client'

class Example extends Component {
  componentDidMount() {
    Chat.init({
      serviceURL: 'https://.....',
      authToken: '<token>',
    });
  }
  render () {
    return (
      <ChatView />
    )
  }
}

License

MIT © yarikhenza

Readme

Keywords

none

Package Sidebar

Install

npm i strong-chat-client

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

7.79 MB

Total Files

6

Last publish

Collaborators

  • gsmeter