0.1.1 • Published 4 years ago

dcled v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

This is a NodeJS driver/framework for the "Dream Cheeky USB Message Board". It contains preinstalled plugins for weather, clock and Bitcoin exchange rate. Custom plugins can be easily written.

run examples

git clone https://github.com/b2un0/node-dcled.git
cd node-dcled
npm install
npm install --only=dev
npm run-script examples

install as dependency in your project

npm install dcled

use in your project

const dcled = require('dcled');
let board = new dcled();
board.connect();

// inspect the examples for more
0.1.1

4 years ago

0.1.0

6 years ago