https://github.com/theworkflow/slackregistration
Web registration form for a Slack group/organization
https://github.com/theworkflow/slackregistration
Last synced: about 1 year ago
JSON representation
Web registration form for a Slack group/organization
- Host: GitHub
- URL: https://github.com/theworkflow/slackregistration
- Owner: theworkflow
- License: mit
- Created: 2016-03-16T20:31:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T21:02:59.000Z (over 10 years ago)
- Last Synced: 2024-10-18T06:42:24.449Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Slack Registration Page
=======================
This repo is used to create a signup portal for a Slack group using [SlackIn](https://github.com/rauchg/slackin).
## How To Configure
All configuration variables can be set using command line arguments,
variables, and rc files (in that order).
```
# cli parameters
node index.js --slackToken --slackSubDomain --refreshInterval
# env
slackRegistration_slackToken= slackRegistration_slackSubDomain= slackRegistration_refreshInterval=
# from ~/.slackRegistrationrc
slackToken=
slackSubDomain=
refreshInterval=
```
## Defaults
```
{
slackToken: 'token',
slackSubDomain: 'example',
refreshInterval: 1000,
port: 3000
}
```
## Want to create your own registration page?
Fork this repo and configure to your personal Slack!
## License
MIT