slack-4-linux
v0.0.0
Published
slack-4-linux =============
Downloads
2
Readme
slack-4-linux
Slack client for linux. Uses Node Webkit
Running and Develop
Just did this an hour. Don't hate.
####Clone the repo
git clone [email protected]:wlaurance/slack-4-linux.git && cd slack-4-linux
####Install deps
npm install
####Build It
grunt dist-linux
####Run It
./resources/node-webkit/Linux64/nw ./dist/Linux64/app.nw
TODO
- Notifications
- Persistent Logins
- Use the node webkit distribution method when it finally exists