Skip to content

rocketchat nodejs client that use rocketchat-api and terminal-kit for UI

Notifications You must be signed in to change notification settings

boly38/rchatClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket chat node client

Written in JavaScript for node.js

Quick start

Download

Clone this repository from GitHub:

$ git clone https://github.com/boly38/rchatClient.git

Prerequisites

  1. Install NodeJs (https://nodejs.org/en/download/)
  2. Install dependencies

    npm install

Setup your own private environment

  • copy the template in a private file

cp env.template.sh env.dontpush.sh

  • edit env.dontpush.sh
  • source it

. ./env.dontpush.sh

Start the client

Execute the application

node rc

then follow the instructions.

Contribution

Please submit a pull request

Activated bot:

Support (bug, improvment)

Please use issues

About

rocketchat nodejs client that use rocketchat-api and terminal-kit for UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published