Coder Social home page Coder Social logo

notetaker's Introduction

Note manager with NODE.JS

Run using defualt NODE runtime(cmd)

node app.js

NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.

run using NODEMON runtime(cmd)

nodemon app.js

nodemon is enabled globally through the -g flag. You can use nodemon in this repo where ever without having to list it down as a dependancy. This allows you to automatically restart the server when you save the file in your favourite text editor.

Add a new note(cmd):

node app.js add --title="Your Note Title" --body="Body of your title"

Remove a note(cmd):

node app.js remove --title="Your note title"

List all the notes

node app.js list

Read a note

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


NOTE: This application is based on pure js. And this has no licence feel free to clone``

notetaker's People

Contributors

dinuda avatar

Stargazers

 avatar Uvindu Pathirana avatar  avatar

Watchers

 avatar

Forkers

tarithj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.