1.2.3 • Published 7 years ago

users-management v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

manage-users

installation

npm install users-management

Usage

By popular demand, users-management!

var users = require('users-management');
users.addUser("pippo", "franco") // create one users
console.log(users.deleteUser(1)); // delete an user by id
console.log(users.getUserByID(1)); // return the user with the corrispondent ID
console.log(users.filteredByName("pippo")); // search user by name
console.lgo(users.getUsers()); //return the number of users
users.reset(); // reset the users
1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago