sock-puppet

Controlling Nodebots with SocketIO

Usage no npm install needed!

<script type="module">
  import sockPuppet from 'https://cdn.skypack.dev/sock-puppet';
</script>

README

sock-puppet.js

Control Nodebots with Socket.io

Welcome to Sock Puppet. In this episode you will create a node server, attach an ardunio and start paying tribute to the One True Cage.

Watch a video of Sock Puppet in action below:

[sock-puppet] (https://www.youtube.com/watch?v=6WYB_chXKqE "Demonstration of sock-puppet controlling Nicolas Cage")

To get it running 'npm install', and then 'node server.js'

One thing to keep in mind right now is to make sure that your browser is not trying to connect to localhost:3000 when you start the server.

This uses an arduino, a photoresistor, a servo, and an led

04/21/16 - UPDATE: I added voice recognition using web speech api to issue commands in addition to button clicks.