Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boly38/rchatclient
- Owner: boly38
- Created: 2020-04-22T15:54:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T19:26:26.000Z (over 4 years ago)
- Last Synced: 2024-10-17T15:54:21.594Z (4 months ago)
- Topics: client, hacktoberfest, nodejs, rocketchat
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 rcthen 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)