Zuri Chat is an open source slack clone. However, it offers a lot more functionality via a plugin system where each room can be provided by a different plugin provider.
Our API is organised around using HTTP verbs and REST. Our API accepts and returns JSON formatted payload.
- Fork this REPO
- Clone the repo from your account to your local PC
git clone https://github.com/YOUR_USERNAME/documention.git
- Make your contribution.
- Make a PR!