Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tableflip/nodebot-workshop
A nodeschool workshop on how to get your ardunio alive with johnny-five
https://github.com/tableflip/nodebot-workshop
Last synced: 5 days ago
JSON representation
A nodeschool workshop on how to get your ardunio alive with johnny-five
- Host: GitHub
- URL: https://github.com/tableflip/nodebot-workshop
- Owner: tableflip
- Created: 2014-04-07T11:40:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T09:54:13.000Z (6 months ago)
- Last Synced: 2024-11-02T05:32:52.951Z (9 days ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/nodebot-workshop
- Size: 7.41 MB
- Stars: 210
- Watchers: 22
- Forks: 59
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nodebots - Nodebot Workshop - Five, no microcontroller required. (Tutorials / Getting Started)
- awesome-workshopper - nodebot-workshop - five (robotics) | (Workshoppers)
README
# Nodebot Workshop
[![Build Status](https://travis-ci.org/tableflip/nodebot-workshop.svg?branch=master)](https://travis-ci.org/tableflip/nodebot-workshop) [![Dependency Status](https://david-dm.org/tableflip/nodebot-workshop.svg)](https://david-dm.org/tableflip/nodebot-workshop) [![Gitter](https://badges.gitter.im/join_chat.svg)](https://gitter.im/tableflip/nodebot-workshop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A [nodeschool][1] workshop that will make your Arduino alive with [rwaldron/johnny-five][2]
No hardware required!
```shell
# Install
npm install -g nodebot-workshop
# Run
nodebot-workshop
```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.
## Hardware is optional
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.
When run through the workshop the low level code to talk to the Arduino is stubbed out.
Wire up an Arduino, connect the USB and run your solution directly to see it run for real.
## Contributing
### Code style
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### Building
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.
## Thanks
- @rvagg - and the [nodeschool.io][1] team
- @rwaldron and the [johnny-five team](https://github.com/rwaldron/johnny-five/graphs/contributors)
- @voodootikigod and the [nodebots team](http://nodebots.io/core.html)
- @AnnaGerber of [node-ardx.org](http://node-ardx.org/)## Translations
- @gorhgorh - French
- @n0bisuke - Japanese[1]: http://nodeschool.io/
[2]: https://github.com/rwaldron/johnny-fiveBrought to you by [@NodeBotsUK](https://twitter.com/NodeBotsUK)