Listen to audible Slack conversations in realtime while you're on the go.
- Install the Ionic CLI globally (Requires at least Node 6 and NPM 3+)
npm install -g ionic@latest
-
Fork this repo (use button at the top right)
-
Clone from your Github repo
git clone https://github.com/
YOUR_GITHUB_USERNAME
/slackplayer.git
- Navigate into the project directory
cd slackplayer
- Run install
npm install
-
If you don't have one, create an Auth0 account and add your Auth0 clientID, domain, callbackURL and apiUrl to the "auth0-varibles.ts" file
-
Generate a Slack API token and paste it on line 22 of the "home.ts" file.
-
Serve the app
ionic serve
Here are a few suggestions of where we could take this, but I'm open to ideas too.
- Better message parsing to handle user @ mentions, bot messages, snippets/code blocks and shared links
Channel toggle filters so you can selectively listen by channelAdd ability to specify which voice playback option is used- Add the ability to dictate a response and have it post back to the channel
Have fun!