To Run:

  • Clone repository
  • Go the project directory
  • Run npm install
  • Run node index.js

For test coverage:

  • npx jest --coverage

I used:

  • Node.js
  • jest (For Unit test Coverage)