Skip to content

jfzlma/notesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install all dependencies.

To add a new note: node app.js add --title=['title'] --body=['body']

To Remove a note: node app.js remove --title=['title']

To Search a note using title: node app.js --title=['title']

To list all notes: node app.js list

About

Simple note taking app using nodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published