1.2.3 • Published 5 years ago

users-management v1.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago