A simple Node app for creating notes, this app demonstrates some simple read/write techniques using Node.
Simply npm install
Run node app.js add --title="some title" --body="some body"
Run node app.js remove --title="some title" --body="some body"
Run node app.js list
Run node app.js read --title="some title"