frack

0.0.4 • Public • Published

Frack

WARNING: Work In Progress...

A redis command-line chat application

Install

npm install frack -g

Setup

Create a json settings file in your HOME directory and name it .frack.json

{
  "name": "your nick name",
  "server": "redis server name",
  "port": 1000, // Redis Port
  "password": "redis server password",
  "channel": "channel you will be talking on"
}

Usage

frack
> Hello World
[foo] -> Hello World!

Coming Soon !

Search

frack search foo

or

frack
> $search foo

Looking for all messages that contain /foo/

Readme

Keywords

none

Package Sidebar

Install

npm i frack

Weekly Downloads

0

Version

0.0.4

License

none

Last publish

Collaborators

  • jackhq