Simple Note application made with Node.js
You will only need Node.js installed on your environement.
$ clone repo
$ cd into simple-node-noteApp
$ npm install
Commands
- add - title and body required
- list - title required
- read - title required
- remove - title required
Adding a note
$ node app.js add --title="This is a test" --body="Body of note"