A bot that assists you in avoiding fifthglyphs.
Clone the repository and run npm install
. Copy the sample config to config.json
and fill in the fields. Run main.js
.
If you find any bugs or have suggestions, file an issue.
If you want to help wrangle the code, fork the project and submit a pull request for review.
After cloning and installing all npm
packages, run gulp test
to run the test suite.
You can also run gulp watch
to have the test suites automatically run as you make changes to the project.
This project uses mocha
, chai
, and sinon
with BDD-style and expect
-style unit testing.
This project uses the MIT license.