Skip to content

rootstackdev/rocket-karma

Repository files navigation

Karma

Karma is a free and open source Rocket.Chat bot designed to let users reward each other with kudos.

Karma was created by Rootstack S.A..

Development Guide

Recommended IDEs

Requirements

Setup

Clone the project with git:

git clone https://gitlab.com/rootstack/bot-on-air/karma.git

Navigate to the project's root directory:

cd karma

Install dependencies:

npm install

# Or, if you prefer Yarn:

yarn install

Provide environment variables:

touch .env
# Then open .env with your favorite editor and type:
KARMA_HOST=my.rocketchat-server.com
KARMA_USERNAME=my@username.com
KARMA_PASSWORD=mypassword
KARMA_DATABASE_HOST=localhost/karmatesting

Start a development server:

npm start

# Or

yarn start

About

Rocket.chat Karma Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •