Skip to content

Commit

Permalink
added a link to demo video
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinit Shahdeo committed Dec 7, 2019
1 parent 2730075 commit aee18fc
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Slot No. Registration No Color

- **exit**: `exit` will quit the application and return to the console.

> **NOTE: Any commands which are not mentioned above will throw an error: `xyz is an an invalid command`**
> **NOTE: Any commands which are not mentioned above will throw an error: `<INPUT> is an invalid command`**
**To view all the commands in terminal, please run `npm run help`**

Expand All @@ -128,7 +128,9 @@ There are two classes defined:

- `Sorry, parking lot is empty` if parking lot is empty.

- `Slot number is not found` when slot number is absent.
- `Slot number <SLOT NUMBER> is not found` when slot number is absent.

- `Slot number <SLOT NUMBER> is already free` when slot number is not occupied.

- `leaveCarByCarNumber (input)` : Makes the slot free for car of given registration number.

Expand All @@ -152,7 +154,7 @@ There are two classes defined:

- `isCarEqual()` : Checks whether two cars are equal or not.

**Note:** I've made an assumption that the registration number for two cars can never be same.
**Note:** *I've made an assumption that the registration number for two cars can never be same.*

## Test Scripts

Expand Down Expand Up @@ -254,6 +256,11 @@ Go to `out/` folder and open `global.html`. You'll find the documentation for th

- [JSDoc](https://www.npmjs.com/package/jsdoc): An open source API documentation generator for Javascript. It allows developers to document their code through comments. It is supported only for Node.js versions > `v8.15.0`. Learn more [here](https://devdocs.io/jsdoc/).

## Screenshots

Please go to `screenshots/` folder to find screenshots of running **Parking Lot** console application.
> **Click [here](https://drive.google.com/file/d/1-gbTo9aNZ8fYyd4bJLb0rSm7aQWUAEvk/view?usp=sharing) to view e2e working demo video.**
## TL; DR

Here's the **cheat sheet** for you!
Expand Down

0 comments on commit aee18fc

Please sign in to comment.