3.0.0 • Published 1 year ago

qr_chat_npm v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Qr_chat_npm

qr_chat_npm is an npm package that allows you to generate unique QR codes that link to unique URLs with their own chat functionality. This package is designed to create anonymous chat groups for your community, college, stores, and more.

Installation

You can install qr_chat_npm using npm:

npm i qr_chat_npm

Usage

To use qr_chat_npm, first require the package in your code:

const qr_chat = require('qr_chat_npm');

Generate a QR Code

To generate a QR code with a unique URL, use the generateQRCode function:

const url = 'https://your-chat-app-url.com/';
const qrCode = qr_chat.generateQRCode(url);

This will return a QR code image file that you can save or display.

Get a Unique URL

To get a unique URL for your chat group, use the getUniqueUrl function:

const uniqueUrl = qr_chat.getUniqueUrl();

This will return a unique URL that you can use for your chat group.

Start Chatting

To start chatting, simply share the generated QR code or unique URL with your group members. They can scan the QR code or enter the unique URL in their browser to join the chat group.

Contributing

If you would like to contribute to qr_chat_npm, please submit a pull request with your changes. Before submitting, please ensure that your code passes the existing tests and that you have added tests for any new functionality.

License

qr_chat_npm is licensed under the MIT License. See the LICENSE file for details.