notes-app Repo for my first node.js app for taking notes! List of commands: To add a note node app.js add --title="sample title" --body="sample body" To remove a note node app.js remove --title="sample title" To list all notes node app.js list To read a note node app.js read --title="sample title"