PonyChat's fork of Shout
Go to file
David White a6aa40b1c1 Fix missing Helper method in edit and use $EDITOR
* Fix the missing Helper method in the edit command to use Helper.HOME and the correct path assembly method (path.join) instead of joining strings together!
* Use $EDITOR instead of "vi" in the event a user doesn't have "vi" installed or doesn't understand it. Fallback to "vi" in case user doesn't have $EDITOR set.
2014-10-09 09:27:36 +01:00
client Smarter nick completion 2014-10-08 23:21:41 +02:00
screenshots Update screenshot 2014-08-17 08:25:45 -07:00
src Fix missing Helper method in edit and use $EDITOR 2014-10-09 09:27:36 +01:00
users/example Add username field to user info. 2014-09-24 20:08:14 +09:00
.gitignore Update gitignore 2014-10-05 01:19:05 -07:00
.vimrc Add .vimrc that does not expand tabs by default 2014-09-13 23:00:09 +01:00
CHANGELOG.md Release 0.43.0 2014-10-08 23:52:57 +02:00
Gruntfile.js Compile templates with grunt 2014-10-08 21:15:57 +02:00
README.md Update README.md 2014-10-01 21:10:14 +02:00
config.js Added '--home <path>' option 2014-10-03 16:33:44 -07:00
index.js Rename cli folder 2014-08-25 02:40:13 -07:00
package.json Release 0.43.0 2014-10-08 23:52:57 +02:00

README.md

Shout

Try the Demo

What is it?
Shout is a web IRC client that you host on your own server.

What features does it have?

  • Multiple user support
  • Stays connected even when you close the browser
  • Connect from multiple devices at once
  • Responsive layout — works well on your smartphone
  • .. and more!

Install

sudo npm install -g shout

Usage

When the install is complete, go ahead and run this in your terminal:

shout --help

For more information, read the documentation.

License

Available under the MIT license.