Skip to content

DSalvigni/nodejs-json-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#**********************************************************************************************#

#Written by SanGy - Daniele Salvigni

#Simple program to create a JSON file, by command NodeJS line: #- NodeJS app.js add -title=xxx -body=xxx => Will add a note plus timestamp #- NodeJS app.js remove -title=xxx => Will remove the note from the JSON file #- NodeJS app.js get -title=xxx => Will return a note matching with the title #- NodeJS app.js list => Will return the entire JSON

#ALl the note must have unique title (ceck in insert) and the file will be fromatted as JSON #including the timestamp of each not.

#*********************************************************************************************#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published