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

https://github.com/binotto/notes-app

Developed with Javascript/NodeJS/NPM/JSON.
https://github.com/binotto/notes-app

chalk fs javascript json nodejs nodemon npm validator yargs

Last synced: about 2 months ago
JSON representation

Developed with Javascript/NodeJS/NPM/JSON.

Awesome Lists containing this project

README

          

# notes-app
Developed with Javascript/NodeJS/NPM.

To run locally:

```sh
Follow the steps below:

//npm install

#Adding a Note:
//node app.js add --title="title name" --body="text"

#Removing a Note:
//node app.js remove --title="title name"

#Listing Notees:
//node app.js list

#Reading a Note:
// node app.js read --title="title name"
```

Have Fun! :alien: :smiley: :space_invader: