Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wavebeem/snekin

A minimal clone of Slackin without websockets or anything fancy
https://github.com/wavebeem/snekin

css html javascript nodejs slack website

Last synced: 18 days ago
JSON representation

A minimal clone of Slackin without websockets or anything fancy

Awesome Lists containing this project

README

        

# Snekin

Snekin requires a configuration file to function.

Save this to `~/.snekin.json`:

```json
{
"host": "127.0.0.1",
"port": 8080,
"coc": "OPTIONAL URL to Code of Conduct page",
"slack_domain": "my-slack-team-name",
"slack_token": "MY_SLACK_TOKEN"
}
```

Fill in the details then run this command:

```bash
$ snekin ~/.snekin.json
```