🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

reactjs-freshchat

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactjs-freshchat

A reactjs component wrapper for freshchat web-sdk api

1.0.0
Source
npm
Version published
Weekly downloads
602
15.99%
Maintainers
1
Weekly downloads
 
Created
Source

ReactJS Freshchat

=======================================

React component wrapper for Freshchat. The oficial documentation can be found here https://developers.freshchat.com/web-sdk/.

List of features

  • Create a chat with anonymous user
  • Create a chat with Logged in user

Code Demo

  import { Freshchat } from 'reactjs-freshchat';

 //1. Anonymous User
    <Freshchat token={'YOUR-TOKEN-HERE'} />

 //2. Logged in User
    <Freshchat 
      token={'YOUR-TOKEN-HERE'}
      email={"john.doe1987"} 
      firstName={"John"}
      lastName={"Doe"}
    />

Download & Installation

$ npm install --save reactjs-freshchat

Contributing

Keep it simple. Keep it minimal. Don't put every single feature just because you can. Have fun 🚀!

Authors or Acknowledgments

  • Vinicius Teixeira

License

License: MIT

Keywords

freshchat

FAQs

Package last updated on 27 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts