This is an api service to provide instructions to the drone and get its current location.
Use the command npm start
to run the api service locally at port 4000
The unit tests could be run using npm run test
command
A sample build to deploy the api can be generated using the command - npm run build
Considering the time duration of 2 hours I was able to write the logic and unit tests for the sample input only.