GitXplorerGitXplorer
m

cowchat

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7f34afaf6277898af4ef90ce68455b9b97863dcb

Publish version 1.0.2

mmariolamacchia committed 10 years ago
Unverified
a8172ce7baef3928c7d6b364d11a709abf4fba82

Trim sent messages

mmariolamacchia committed 10 years ago
Unverified
198f4f7b8f3bd73575a35bae575d394fdc3272dc

readme: update usage instructions

mmariolamacchia committed 10 years ago
Unverified
da1a4ffa6bb03e74e84019dde0812c461225ade1

Update readme with npm install instructions

mmariolamacchia committed 10 years ago
Unverified
b17b9612ba6303112915741e996bf447205052f6

Delete makefile

mmariolamacchia committed 10 years ago
Unverified
67ed203def68c4518189ef4b2c66b7cff46152be

Add binary to package.json

mmariolamacchia committed 10 years ago

README

The README file for this repository.

CowChat

CowChat is a simple chat working on terminal that uses a JavaScript version of Cowsay to bring messages to you.

Logged
message from user99
 ___________
< Hi there! >
 -----------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

message from tux123
 __________________________________
< CowChat is the best chat EVER!!! >
 ----------------------------------
   \
    \
        .--.
       |o_o |
       |:_/ |
      //   \ \
     (|     | )
    /'\_   _/`\
    \___)=(___/

message from squirrel
 _______________________________________________________
< You can use any "cow" that will bring your message... >
 -------------------------------------------------------
  \
     \
                  _ _
       | \__/|  .~    ~.
       /oo `./      .'
      {o__,   \    {
        / .  . )    \
        `-` '-' \    }
       .(   _(   )_.'
      '---.~_ _ _|

Server is running at https://cowchat.herokuapp.com/. You can get server's code here.

Install

Install with npm:

npm install -g cowchat

Signup

cowchat signup

Usage

To start listening for messages:

cowchat start <username> <password>

Now you will receive on this terminal all messages from other users. To send messages just type:

<receiver username> <message>

Other

CowChat still has a lot of bugs. Please feel free to contribute.