get-email-address-from-npm-username
v1.1.0
Published
Get the email address for a specific npm user
Downloads
4
Readme
get-email-address-from-npm-username
Get the email address for a specific npm user
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install get-email-address-from-npm-username --save
Usage
var getEmail = require("get-email-address-from-npm-username")
getEmail("zeke", function(err, email){
// email is "[email protected]"
})
Tests
npm install
npm test
Dependencies
- http-https: A wrapper that chooses http or https for requests
- parse-json-response: Gather up a JSON response from a server, and call the cb
Dev Dependencies
- mocha: simple, flexible, fun test framework
License
MIT
Generated by package-json-to-readme