A Slackbot backend created with PharoJsExpress
# PharoJS-Slackbot A Slackbot backend created with PharoJsExpress ## Install To install PharoJS for Pharo 7, perform the following code in a playground: ``` Metacello new baseline: 'PharoJSExpress'; repository: 'github://matthewninja/PharoJS:pj-express-app'; load ```