This challenge, will be implementing an API for an elevator with JavaScript. focus heavily on TDD and writing clean code.
Clone this repository and run npm install to install testing dependencies.
run-
npm test
Elevator needs to keep track.
1. Current Floor
2. Pickup Requests
3. Current Riders
4. Direction of Riders
5. Total Floors Traversed
6. Total Stops
7. Time Awareness