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
- Host: GitHub
- URL: https://github.com/xpl/slack-js-console
- Owner: xpl
- License: unlicense
- Created: 2018-04-05T01:47:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T07:24:33.000Z (over 8 years ago)
- Last Synced: 2025-03-05T14:15:18.719Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```