0.0.4 • Published 2 years ago

react-support-chat v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Logmyapp logging

Logmyapp was built with simplicity in mind for developers. There are many things you can do with logmyapp such as logging when data goes through fine or when those errors show up unexpected.

Documentation

Steps to use Logmyapp

Head over to logmyapp choose login or sign up. After that, you will taken to a dashboard.

Once on the dashboard click new project in the top right corner in the dropdown menu.

Enter in the neccessary information the form. After that, you will get your API key.

Once you have your apikey a valid subscription is required to use this package

After this you are ready to start using our npm package for live chat

How to use this package

First install the package

  npm i react-support-chat

After installing include this in the component or file you want to use logmyapp in.

import {ChatButton} from 'react-support-chat'

After importing the package use it like below in all or just specific areas.

<ChatButton apikey="YOUR_API_KEY" />

API Reference for npm package

ParameterTypeDescription
apikeystringRequired. Your API key obtained from here