Now that our project folder is ready for dependencies, we'll start exploring the Johnny-Five and Raspi-IO documentation that'll help us create the projects in this book.
Getting started with Johnny-Five and Raspi-IO
Gathering resources and documentation
There are two main sources of documentation that we'll be using for the projects in this book:
- The Johnny-Five website:Â http://johnny-five.io/
- The Raspi-IO GitHub README and wiki: https://github.com/nebrius/raspi-io
The following screenshot shows the Raspi-IO README on GitHub:

Â
We will be using the Johnny-Five documentation at johnny-five.io to look up API calls and other information about the Johnny-Five library, and the Raspi-IO...