Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 291 Bytes

parking-lot

Ensure that node/npm is installed.

  1. Open terminal / command-prompt
  2. Go to project directory (where package.json resides) and run npm install
  3. Run npm start.
  4. Choose from the available queries.
  5. Select Quit to exit.
  6. Run npm test for checking test coverage.