An open API service indexing awesome lists of open source software.

https://github.com/xpl/slack-js-console

A JavaScript interpreter for Slack channels
https://github.com/xpl/slack-js-console

Last synced: 29 days ago
JSON representation

A JavaScript interpreter for Slack channels

Awesome Lists containing this project

README

          

# slack-js-console
A JavaScript interpreter for Slack channels

# Installation

```
git clone https://github.com/xpl/slack-js-console
cd slack-js-console
npm install
```

# Configuration

Edit the `config.json` file:

```json
{
"accessToken": "",
"channel": "javascript"
}
```

# Running

```
npm start
```