Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 929 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 929 Bytes

Presentation

This is a command line interface to chat with mattermost.

Prerequisites

Node 7 shall be installed.

Installation

npm install

The create your config file with cp config.json.sample config.json

Edit the file config.json with your team and credentials.

Then run the application with node index.js

Use

This is like an IRC client but with limited supported commands (see help).

By default you will be notified of all events happening on the team so it can be very verbose ;).

Links

To see if it is easy to create a mattermost console client.

See links: