An open API service indexing awesome lists of open source software.

https://github.com/aman-dutta/notes-app

Simple note project to try my hands on Javascript
https://github.com/aman-dutta/notes-app

javascript-library

Last synced: 3 months ago
JSON representation

Simple note project to try my hands on Javascript

Awesome Lists containing this project

README

        

# Notes - app

Note taking made by Node.js from [The Complete Node.js Developer Course](https://www.udemy.com/course/the-complete-nodejs-developer-course-2/) \
The npm used are:
* yargs
* chalk

## How to Run

Step 1:
```
node app.js [OPTION] [TITLE]
```

The [OPTIONS] may be one of the following:

* add : (Compulsory -> title, body)\
Adds the note with the given title and the body
* remove : (Compulosry -> title)\
Removes the note with the given title
* read : (Compulsory -> title)\
Read the note(body) with the given title
* list : (Compulsory -> NOTHING)\
List all the note's title.