Skip to content

omrtyyb/note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Note App

Started Node with Andrew Mead, this is the first node project we have done so far. It is a simple node project where you can save, read and remove notes from command line.

Deployment

To write a note go to project directory and type

  node app.js add --title='The Title' --body='The body....'

To read from the notes you have to know the title to read the body of the note

  node app.js read --title='The Title'

To remove from the notes you have to know the title to remove the body of the note

  node app.js rm --title='The Title'

Authors

🔗 Links

linkedin twitter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published