An open API service indexing awesome lists of open source software.

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

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