PharoJS-Slackbot

Description

A Slackbot backend created with PharoJsExpress

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
1
Created
Feb. 12, 2020
Updated
April 27, 2020

README excerpt

# 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
```
← Back to results