UNPKG

customer-support

Version:

Real-Time Customer Support with Text, Video, Audio, Screen Share anf File Share

64 lines (32 loc) 1.15 kB
# Project Title customer-support is a react implementation of 1and1chat customer support application ## Getting Started Install customer-support in your react application. Go to www.1and1chat.tk to sign up and get an API-KEY ### Prerequisites react 16.0.0 or higher ### Installing npm install customer-support ## Usage import React from 'react'; import Chat from "customer-support; export default function App(props) { return ( .... {Chat("your-api-key-from-1and1chat.tk")} ); }; ## Configuration and Admin Go to www.1and1chat.tk and sign in with your username. To enable features such as audio & video conversation, screen sharing etc click settings on the left menu To obtain the api key, click apiKey on the left menu To start accepting incoming chat request from your site visitors, turn on online status ## Pull Requests https://https://github.com/charlesedozie/1and1chat/pulls ## Authors **Charles Edozie** ## License This project is licensed under the MIT License ## Acknowledgments * Hat tip to anyone whose code was used * Inspiration * etc