dongido001 / pointbot

A slack bot that Organises Points for your team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PointBot

PointBot is a slack bot that Organises points for your team...



Installation

Clone the repository

$ git clone git@github.com:dongido001/pointbot.git

CD into your projects directory and run composer install if you don't have composer installed, install it.

php composer install

Start building. Some of the components are Illuminate components, each of them have a readme file in their directory on how to use the component or a link to the authors documentation.

Running your application

you can easily get up and running. Using PHP's in-built php server. cd to your projects directory and run

$ php -S localhost:8234 -t public

Now you open http://localhost:8234 in your browser to see your application.

dongido |

About

A slack bot that Organises Points for your team


Languages

Language:PHP 95.4%Language:HTML 4.6%