Pharoouzy / console-notes-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%