GitHunt
WI

willmendesneto/nodebots-workshop

Nodebots Workshop using NodeJS and Johnny-five

Nodebots Workshop

Nodebots Workshop using NodeJS and Johnny-five

slides-badge
MIT License
PRs Welcome
Watch on GitHub
Star on GitHub
Tweet

How to install

Make sure that you are using the NodeJS version is the same as .nvmrc file version. If you don't have this version please use a version manager such as nvm or n to manage your local nodejs versions.

Assuming that you are using nvm, please run the commands inside this folder:

$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install # or `yarn install`

In Windows, please install NodeJS using one of these options:

Via NVM Windows package: Dowload via this link. After that, run the commands:

$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install # or `yarn install`

Via Chocolatey:

$ choco install nodejs.install -version 6.9.4

Introduction

Repository using Arduino + Johnny Five + NodeJS used in my Nodebots Workshop.

Slides: https://slides.com/willmendesneto/nodebots-workshop;

Workshop steps, circuit diagram and images: workshop-steps.md;

First steps

Usage

$ git clone <project> && cd $_
$ npm install
$ node src/<filename>

Author

Wilson Mendes (willmendesneto)

Languages

JavaScript100.0%

Contributors

MIT License
Created April 16, 2017
Updated January 15, 2023
willmendesneto/nodebots-workshop | GitHunt