Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cvan/slacknow
- Owner: cvan
- License: mit
- Created: 2016-10-11T08:32:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T22:07:33.000Z (about 8 years ago)
- Last Synced: 2025-01-29T18:02:43.010Z (9 days ago)
- Language: JavaScript
- Homepage: https://slacknow.herokuapp.com/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).