1.1.3 • Published 9 years ago

playbulb v1.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Playbulb-live

Node.js module for sending commands to the bluetooth Playbulb Candle and Playbulb Color.

Uses noble for BLE communication, and protocol from https://github.com/Phhere/Playbulb/blob/master/protocols/color.md

Usage:

var Playbulb = require('playbulb');
var pb = new Playbulb.PlaybulbCandle();
pb.ready(function () {
    pb.setColor(0, 255, 0, 255); // set fixed color in Saturation, R, G, B
});

Twitter Demo

There is a demo in demo-twitter.js that opens a continuous stream of tweets, performs sentiment analysis on the text, and turns the light green if the sentiment is positive, and red if it is negative.

To get this working, copy demo-twitter-config.js.example to demo-twitter-config.js and fill in your access keys from https://apps.twitter.com/

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago