NOTE: This project is work in progress under heavy development
Slacktronic is a desktop application that acts as a bridge between your Slack account and different hardware controllers, i.e Arduino via serial communication (for now :)
This opens a wide range of possibiities, from turning on a LED when somebody mentions you, to turn a servo motor or even preview the message in a LCD panel. Check the devices directory for more information.
Grab the latest release for your system from the releases page
The client is a React + Redux application running inside Electron.
To run the dev server
yarn run dev
To create a production bundle for your system
yarn package