Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 725 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 725 Bytes

Twitter Love-Hate Meter

Node.js application that collects streaming tweets containing the words Love and Hate, spits them onto a webpage via WebSocket connection, and broadcasts tweets-per-second to an arduino via serialport.

The Arduino file is rigged to receive those values and accordingly activate two digitally addressable LED strips as if they were a meter oscillating between 0 and 100 (tweets/second).

Many thanks to Stephen Braitsch for developing an easy-to-use module that employs the serialport npm package.

ScreenShot