Slide 1

Slide 1 text

The Dumbest Thing I’ve Built CC Lunch N Learn 20151106

Slide 2

Slide 2 text

The Dumbest Thing I’ve Built CC Lunch N Learn 20151106

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

https://medium.com/@edwardbenson/how-i-hacked-amazon-s-5-wifi-button-to-track-baby-data-794214b0bdd8

Slide 5

Slide 5 text

https://medium.com/@brody_berson/drizly-dash-beer-me-with-the-press-of-a-button-a8c1185d316f https://medium.com/@brody_berson/hacking-amazon-s-5-dash-button-to-order-domino-s-pizza-9d19c9d04646

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

dash.on("detected", function (dash_id) { client.get("users/show", { user_id: random_follower() }, function(err, data, response) { if(err) throw err; var name = data.screen_name, tweet = "@" + name + " Sup"; console.log(tweet); client.post('statuses/update', { status: tweet }, function(err, data, response) { if(err) console.log(err); }); }); });

Slide 10

Slide 10 text

https://github.com/GordonDiggs/supbutton https://twitter.com/supbutton Thanks!