/slacktronic

Connect your Slack workspace to Arduino!

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Slacktronic

Build Status

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.

Install

Grab the latest release for your system from the releases page

Getting started

Development

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