https://github.com/drewml/slacker
Unofficial Slack desktop client, with support for custom themes and plugins
https://github.com/drewml/slacker
Last synced: about 1 year ago
JSON representation
Unofficial Slack desktop client, with support for custom themes and plugins
- Host: GitHub
- URL: https://github.com/drewml/slacker
- Owner: DrewML
- Created: 2016-06-28T02:23:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T07:10:24.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T22:29:08.475Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slacker
**This is a _major_ work in progress. Not suitable as a daily driver**
Unofficial [Slack](https://slack.com/) desktop client.
## Goals
- Allow custom theming, with shareable theme packages
- Allow custom (shareable) plugins to extend the UI with new functionality
## Development
1. Clone the repository
2. Run `npm install`
3. Run `npm watch` to compile on changes
4. Run `npm start` to launch the application
## TODO
- Fix bugs with notifications (only work sporadically)
- Make notification settings configurable
- Implement theming framework
- Implement plugins framework
- Test on platforms besides `OSX`