Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Notes Application

Take notes (title and body) with JSON file via console/terminal. This app is basically written with NodeJS

Add new Note

node app.js add -t "Title of the note goes here" -b "body/content of the note goes here"

List All Notes

node app.js list

Read a note

node app.js read -t "Title of the note"

Delete a note

node app.js remove -t "Title of the note"

About

Add notes (title and body) to a JSON file via console/terminal. Written in NodeJS

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages