A simple kit for building Slack community with TypeForm and auto-invitation.
index.html
- A minimalistic HTML landing page you can customize and serve through your favorite web server.inviter/
- A tiny automaton (~100 LOC) using node.js that queries TypeForm and send Slack invitation to new emails.- Gulp to compile scss into css.
- Clone the repo, and run
npm install
. - Customize
index.html
and serve it through your web server (nginx, Apache, etc.) - Configure the inviter by filling in
inviter/config.js
. - Run the inviter by running
node inviter/index.js
. Use tools such as pm2 to keep the process alive in the background.
- MongoDB - Used to keep track of emails to which invitations have already been sent.
- node.js - Used to run
inviter
.
- RemoteMesh - Chat with other people working remotely
- wingFind - Chat with hundreds of daygamers in your city and beyond
MIT