getuid

0.0.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i getuid

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • olalonde