A nodeschool workshop that will make your Particle Photon alive with johnny-five
npm install chi-nodebot
A [nodeschool][1] workshop that will make your Photon alive with [rwaldron/johnny-five][2]
``shell`Install
npm install -g chi-nodebotRun
chi-nodebot
A series of code challenges will teach you the basics of the [johnny-five][2] api, a framework for working with Arduino and other rapid prototyping boards.
The workshop will pose a challenge, you will code a solution which the workshop will then verify.
You will be writing _working, executable johnny-five code_.
Each of your solutions can be run by the workshop or directly as a node program.
Setup a photon and run your solution directly to see it run for real.
To move towards a consistent style for nodeschool projects we use the .jshintrc
as defined in learnyounode: https://github.com/rvagg/learnyounode/blob/master/.jshintrc
npm scripts are present for testing and linting:
``
$ npm run test
$ npm run lint
A pre-commit` hook will be installed in your repo clone to run the test/lint scripts with every commit.
- @rvagg - and the [nodeschool.io][1] team
- @rwaldron and the johnny-five team
- @voodootikigod and the nodebots team
- @AnnaGerber of node-ardx.org
- @gorhgorh - French
- @n0bisuke - Japanese
[1]: http://nodeschool.io/
[2]: https://github.com/rwaldron/johnny-five
Brought to you by @NodeBotsUK