GitHunt
EL

eliarms/nodejs-notes-app

NodeJs application for taking notes from the terminal.

nodejs-notes-app

NodeJs application for taking notes from the terminal.

  • Add a Note
  • List all Notes
  • Search a Note
  • Remove a Note

Installation and use

Clone the repo

$ cd note-node

$ npm install

  • To Add a new Note

node Add -t="Title of the Note" -b="Body of the note"

  • To list all Notes

node list

  • To Read a Note

node read -t="Title of the Note"

  • To remove a Note

node remove -t="Title of the Note"

  • For help execute

$ node app.js --help

Languages

JavaScript100.0%

Contributors

Created May 31, 2018
Updated September 10, 2018