customer-support

1.1.3 • Public • Published

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

Package Sidebar

Install

npm i customer-support

Homepage

1and1chat.tk

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

2.29 kB

Total Files

3

Last publish

Collaborators

  • charlesedozie