This is a self-guided micro-tutorial built with Whiteboard about processing files of a few file types. It is intended for a novice programmer audience. The goal is to teach how to write little node utility scripts that process files.
-
You should know some JavaScript
-
You should have basic node.js knowledge
-
This tutorial uses some ES6 syntax -- if you don't know it already, use this to brush up!
-
Install Whiteboard for your operating system
-
Ensure you have Node.js v6+ installed on your system
-
Download this repo and unzip somewhere (alternatively, you could clone it)
-
Start Whiteboard, click "Open deck..." and open up the
nodejs_data_processing_tutorial.whiteboard
file -
Follow the on-screen instructions!