Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 583 Bytes

TTT Cleaning Bot

Small bot which will choose kitchen cleaners each week.

Setup

  1. Install composer globally, then run composer install to install all dependencies.
  2. Copy .env.example into .env.
  3. Run vendor/bin/phpunit to run tests.

Note: Comment line (new Notify())->notify(new TheChosenOnes($employee1, $employee2)); in Cleaner.php while testing so that Slack is not notified

Using Laravel.

Made with love ❤

.