ClearcodeHQ / colejorz

All aboard the Clearcode train!
0 stars 1 forks source link

POST /state for changing the state of a train #9

Closed luszak closed 5 years ago

luszak commented 5 years ago

Have endpoint for changing the state of the train. Have one required parameter speed being int <-100; 100>. Negative number means going backward, positive forward. Gradually change the speed of the train.