A notes app developed using Node.js
- Go to root directory in terminal (cmd)
- To run the app type following commands :
node app.js add --title="<title of note yo want to add>" --body="<body of note>"
node app.js remove --title="<title of node to be removed>"
node app.js list
node app.js read --title="<title of node you want to read>"
- Have fun.....