Skip to content

verniIgn/simple-node-noteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteApp

Simple Note application made with Node.js

Requirements

You will only need Node.js installed on your environement.

Install

$ clone repo
$ cd into simple-node-noteApp
$ npm install

Start

Commands

  • add - title and body required
  • list - title required
  • read - title required
  • remove - title required

Example

Adding a note

$ node app.js add --title="This is a test" --body="Body of note"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors