Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.08 KB

File metadata and controls

36 lines (23 loc) · 1.08 KB

QuickLink

Netlify Status

Easy private text or image messages between computers and mobile phones.

Usage

Step 1: Open up https://quicklink.netlify.com from either a computer or a mobile phone

qrcode

Step 2: Scan the QR code with your mobile phone, and you should be redirected to a private chat room

chatroom

Note: Every data sent within the chat room will be erased after a countdown of 5 minutes.

Installation

// Clone repo
git clone https://github.com/aboudicheng/QuickLink.git

// Switch directory
cd quick-link/

// Install necessary dependencies
npm install

// Configure src/db.js with your own firebase credentials. See https://firebase.google.com/docs/web/setup for details

// Run on localhost:8080
npm run serve

Contribution

Feel free to submit any PRs.