1.0.1 • Published 4 years ago

strong-chat-client v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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