Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 916 Bytes

slack-native-alerts

npm version

Dipslay Desktop alerts that lets the user aware of slack users activity

support currently only macOS and windows platforms

Install

npm install -g slack-native-alerts

Usage

First of all you should get a token for client authentication, grab one from here: https://api.slack.com/docs/oauth-test-tokens

Then using your terminal type:

slack-native-alerts --token YOUR_SLACK_TOKEN --os YOUR_OPERATING_SYSTEM

arguments list:

--token (required) Set your generated slack token

--os (required) Set your operating system. (values : mac || win )

-h : display the help message.

License

MIT