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

https://github.com/michaeldehaney94/node.js_notes_app

This is a notes app that retrieve and store input, into a JSON file, from the command line using ADD, REMOVE, LIST and READ commands.
https://github.com/michaeldehaney94/node.js_notes_app

javascript json nodejs npm-package yargs

Last synced: about 2 months ago
JSON representation

This is a notes app that retrieve and store input, into a JSON file, from the command line using ADD, REMOVE, LIST and READ commands.

Awesome Lists containing this project

README

        

# Notes_App-Node.js-
This is a notes app that retrieve and store input from the command line using ADD, REMOVE, LIST and READ commands.
Once the input is retrieve it is converted into a JSON format and stored into a JSON file.
The NPM packages downloads used were 'yargs' and 'chalk'.