getuid
v0.0.1
Published
Get the UID of a user by their username.
Downloads
13
Readme
Get the UID of given user.
Install
npm install getuid
Usage
var getuid = require('getuid');
getuid('username', function(err, uid) {
console.log(uid);
});
TODO
Sync version.