Skip to content

ian-leggett/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

A simple Node app for creating notes, this app demonstrates some simple read/write techniques using Node.

Getting started

Simply npm install

How to use

Add a note

Run node app.js add --title="some title" --body="some body"

Remove a note

Run node app.js remove --title="some title" --body="some body"

List all notes

Run node app.js list

Read a note

Run node app.js read --title="some title"

About

A Node app for creating notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published