/SlackMuter

Auto mark as read for all mute channels.

Primary LanguageTypeScriptMIT LicenseMIT

SlackMuter

Auto mark as read for all mute channels.

start

yarn build
SLACK_TOKEN="xoxp-xxxx" yarn start

deploy to dokku

# initialize
git remote add dokku <your-dokku-hostname>:<your-app-name>
git push dokku master
dokku config:set <your-app-name> SLACK_TOKEN="xoxp-xxxx"

# deploy
yarn deploy