1.0.3 • Published 6 years ago

todo_list_js_avi v1.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

get fake products

Installation

npm install todo_list

Usage

For use todo_list

var todo = require('./index.js');

todo.addTodo({idAss:5, description:"Andare a lavorare Domani"});
todo.getAllTodo();
todo.deleteTodo(1);
todo.editTodo(1, 2,true);
todo.viewTodoStart();
todo.viewTodoEnd();

// for use editTodo you have to invoke the client function: editTodo(this.client(1),2,true);
//or example: editTodo(this.client(1),2,false);
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago