Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 406 Bytes

Notes-App

Basic notes app which adds, removes, lists and reads notes.

How to run

To run this app, install nodejs and required dependencies and run:

  1. node app.js add --title="Title of note" --body="Body of note" to add a note
  2. node app.js remove --title="Title of note" to remove a note
  3. node app.js list to list all notes
  4. node app.js read --title="Title of note" to search for a note