Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wavebeem/snekin
- Owner: wavebeem
- License: mit
- Created: 2016-09-04T19:51:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T22:27:14.000Z (over 8 years ago)
- Last Synced: 2024-11-30T21:34:14.848Z (23 days ago)
- Topics: css, html, javascript, nodejs, slack, website
- Language: JavaScript
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```