An open API service indexing awesome lists of open source software.

https://github.com/pharoouzy/console-notes-app

Add notes (title and body) to a JSON file via console/terminal. Written in NodeJS
https://github.com/pharoouzy/console-notes-app

console-application javascript loadash nodejs noteapp

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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"**