Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 341 Bytes

sample-project

Robot Functionality Go to current directory of your project in your commandline enter node index.js hit this route http://localhost:8080/api/robots/robot-directions in postman with the params :- { "robot_start_location" : 5, "robot_end_location" : 6, "robot_initial_direction" : "L", "robot_command_list": ["F"] } That's it