Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boly38/rchatclient

rocketchat nodejs client that use rocketchat-api and terminal-kit for UI
https://github.com/boly38/rchatclient

client hacktoberfest nodejs rocketchat

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/boly38/rchatClient/pulls)

Activated bot:
- [houndci](https://houndci.com/)

### Support (bug, improvment)

Please use [issues](https://github.com/boly38/rchatClient/issues)