👏🏻 😎 🚀 😻
As a developer, I use my command line a lot so why not integrate chat directly into it?
whir aims to close this gap by providing a simple, flexible, extend-able and blazing fast chat environment, without having to install additional applications.
whir is written in JavaScript and you should have installed the latest version of Nodejs.
$> npm i -g whir.io
--user
||-u
: Your username (per channel)Required
--channel
||-c
: Channel you are joining (or creating)Default: [random]
--host
||-h
: Whir's hostDefault: chat.whir.io
--pass
||-p
: Password, for private channels--mute
||-m
: Mute this conversation
$> whir.io --user=stefan --channel=friends
or
$> whir.io -u stefan -c friends
or
// Random channel and muted conversation.
$> whir.io -u stefan -m
or
// Running whir on your own server/domain.
$> whir.io -u stefan -c friends -h myawesomedomain.chat
You can also setup and run your own whir server.
Here's how to do that: https://github.com/WhirIO/Server
fork https://github.com/WhirIO/Client