Twitter Bot
Tutorial #15: Node.JS and Processing
This playlist covers all the steps you need to know to make a twitter image bot using Node.js and Processing.
Topics include: Node.js basics, unix commands in terminal, node package manager, OAuth, Twitter API basics, setIntervalI() and triggering Processing from the command line.
This series assumes basic knowledge of JavaScript and Processing.
- #15.1
What is Node.js?
12 Nov 2015This video covers the basics of node.js. What is node.js? What is server-side programming? What might you use it for and how do you get started? Basic unix commands and working with terminal are covered.