/notes

class-01

Primary LanguageJavaScript

Notesy.

Author: Edgar Romero.

Links and Resources:

Setup

.env requirements (where applicable)

Running the app

To enter a new note run this command:

$ node --add "New note" --category "category"

Command to view the notes:

$ node --list

Command to delete a note:

$ node --delete "id"

Tests

$ npm test

UML