Slide 3
Slide 3 text
An endpoint to Sphero
• `curl -X PUT localhost:3000/rgb/255,0,0` =>
change Sphero’s colour to red
• TDD an endpoint using Go standard library
• TDD an endpoint using Martini and Assert
• https://github.com/codegangsta/martini
• https://github.com/bmizerany/assert