Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 370 Bytes

File metadata and controls

9 lines (7 loc) · 370 Bytes

Command line note-taking app. Written with Node.js, notes stored in JSON file.

To run:

  1. Clone or download code
  2. Make sure Node is installed
  3. Run "npm install" from command line
  4. Run "node app.js --help" to view available commands

Created with Andrew Mead's Udemy course - The Complete Node.js Developer Course