Command line note-taking app. Written with Node.js, notes stored in JSON file.
To run:
- Clone or download code
- Make sure Node is installed
- Run "npm install" from command line
- Run "node app.js --help" to view available commands
Created with Andrew Mead's Udemy course - The Complete Node.js Developer Course