Skip to content

Node.js + Express base API for Mattermost slash command integrations

License

Notifications You must be signed in to change notification settings

tribal2/mattermoster-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mattermoster Base

Mattermoster production ready implementation

Mattermoster is a Node.js + Express base API for Mattermost slash command integrations.

Mattermost is an Open source, private cloud Slack-alternative.

Installation

Clone this project and install dependencies

$ git clone https://github.com/swordf1zh/mattermoster-base.git
$ cd mattermoster-base
$ npm install

Run your project in production

$ npm start

You can supply a different port number for your server (defaults to 3000). To listen on port 12345, type:

$ npm start 12345

Test base endpoint

Open http://localhost:3000 in your browser.

Plugins

Mattermoster is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Description
Todo ToDo plugin for Mattermoster based on Node.js + Express + MySQL.

Development

Want to contribute? Great, we are waiting for your PRs.

$ npm run dev

License

MIT

Free Software, Hell Yeah!

About

Node.js + Express base API for Mattermost slash command integrations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published