/my-notes-app

A simple node.js app to store your notes

Primary LanguageJavaScript

my-notes-app

To run my-notes-app change your path to my-notes-app folder and then run npm install .

Using various features of my-notes-app,

Add a new note

Run node app.js add --title="user_specified" --body="user_content"

Remove a node

Run node app.js remove --title="node_to_be_removed"

List all the notes

Run node app.js list

Read a specific node

Run node app.js read --title="node_to_be_read"