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.
- Host: GitHub
- URL: https://github.com/michaeldehaney94/node.js_notes_app
- Owner: michaeldehaney94
- Created: 2021-03-29T15:30:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T17:30:15.000Z (about 4 years ago)
- Last Synced: 2025-01-30T15:51:22.329Z (4 months ago)
- Topics: javascript, json, nodejs, npm-package, yargs
- Language: JavaScript
- Homepage:
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'.