Skip to content

neerav1515/notes-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# First Node.js application

-> Basic notes keeping application with four functionalities(run on your command line) :
  1. Add notes
  2. Delete notes
  3. List notes
  4. Read notes
  
 -> To add a note --> node app.js add --title="title of new note" --body ="note body" 
 
 -> To delete a note --> node app.js delete --title="title of note to be deleted"
 
 -> To list a note --> node app.js list
 
 -> To read a note --> node app.js read --title="title of note to read"  

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published