Skip to content

kidGodzilla/console-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleChat.io - Underground developer meeting room

ConsoleChat turns browsers' console into a global real-time chat that connects developers from websites.

Installation

Insert ConsoleChat script to your website and you're good to go

<script href="https://cdn.consolechat.io/console-chat-min.js"></script>

How it works

Use the below functions in browser's console

  1. Launch the chat
consolechat.start()
  1. Set your username
consolechat.username('Your cool username')
  1. Say something
consolechat.say('BOOM!')

About

consolechat.io source codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%