$ npm install get-email-address-from-npm-usernameGet the email address for a specific npm user
Download node at nodejs.org and install it, if you haven't already.
npm install get-email-address-from-npm-username --save
var getEmail = require("get-email-address-from-npm-username")
getEmail("zeke", function(err, email){
// email is "zeke@sikelianos.com"
})
npm install
npm test
MIT
Generated by package-json-to-readme