Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvan/slacknow

Easy Slack auto-inviter service (using slackin) for multiple teams.
https://github.com/cvan/slacknow

Last synced: 2 days ago
JSON representation

Easy Slack auto-inviter service (using slackin) for multiple teams.

Awesome Lists containing this project

README

        

# SlackNow

This contains the code to deploy an auto-invite and redirect service for multiple [Slack](https://slack.com/) teams. Uses the awesome [`slackin` project](https://github.com/rauchg/slackin).

To add a team, add it to the [`teams.json` file](teams.json). To generate Slack tokens, read [these instructions for `slackin`](https://github.com/rauchg/slackin#npm).

## Local development

To install the Node dependencies:

```sh
npm install
```

To start the dev server locally:

```sh
npm start
```

## Deployment

To deploy to [Heroku](https://www.heroku.com/):

0. Ensure you have the [`heroku` command-line tool](https://devcenter.heroku.com/articles/heroku-command-line) installed.
0. Ensure you are logged in to Heroku:

```sh
heroku login
```

0. Deploy to Heroku:

```sh
npm run deploy
```

## License

The code in this repository is free software and is distributed under an [MIT License](LICENSE.md).