slackin

Public Slack organizations made easy

  • 所有者: rauchg/slackin
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Features

  • A landing page you can point users to fill in their emails and receive an invite (https://slack.yourdomain.com)
  • An <iframe> badge to embed on any website that shows connected users in realtime with socket.io.
  • A SVG badge that works well from static mediums (like GitHub README pages)
  • Abuse prevention via Google reCAPTCHA

Usage

Badges

Realtime (demo)

<script async defer src="https://slack.yourdomain.com/slackin.js"></script>
<!-- append "?large" to the URL for the large version -->

SVG (demo)

<img src="https://slack.yourdomain.com/badge.svg">

API

Loading slackin will return a Function that creates a HTTP.Server instance:

const slackin = require('slackin')

slackin.default({
  token: 'yourtoken',                             // required
  interval: 1000,
  org: 'your-slack-subdomain',                    // required
  path: '/some/path/you/host/slackin/under/',     // defaults to '/'
  channels: 'channel,channel,...',                // for single channel mode
  silent: false                                   // suppresses warnings
}).listen(3000)

This will show response times from Slack and how many online users you have on the console. The returned http.Server has an app property that is the express application that you can define or override routes on.

All the metadata for your organization can be fetched via a JSON HTTP request to /data.

Caught a Bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Uninstall slackin if it's already installed: npm uninstall -g slack
  3. Link it to the global module directory: npm link
  4. Transpile the source code and watch for changes: npm start

Yey! Now can use the slack command everywhere.

概览

名称与所有者rauchg/slackin
主编程语言JavaScript
编程语言JavaScript (语言数: 4)
平台
许可证MIT License
发布数40
最新版本名称0.14.0 (发布于 2017-06-01 11:42:22)
第一版名称0.1.0 (发布于 2015-01-26 13:58:19)
创建于2015-01-26 21:23:41
推送于2023-10-17 10:33:56
最后一次提交2019-07-22 14:41:35
星数6.5k
关注者数140
派生数1.4k
提交数330
已启用问题?
问题数221
打开的问题数142
拉请求数78
打开的拉请求数27
关闭的拉请求数70
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部