A little server that enables public access to a Slack server. Like Freenode, but on Slack.
It provides
- 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)
Originally forked from rauchg.
Updated by 87maza to get the Heroku deployment to work.
Read more about the motivations and history behind Slackin.
- The SVG badge generation was taken from the excellent shields project.
- The button CSS is based on github-buttons.
MIT