Skip to content

Instantly share code, notes, and snippets.

View neagle's full-sized avatar

Nate Eagle neagle

View GitHub Profile
#!/usr/bin/env node
var convert = require('color-convert');
var OPC = new require('../fadecandy/examples/node/opc')
var client = new OPC('localhost', 7890);
// This is set in the CAVA config file
const bars = 100;
const frame = [];