Skip to content

nice-registry/get-email-address-from-npm-username

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "zeke@sikelianos.com"
})

Tests

npm install
npm test

Dependencies

Dev Dependencies

  • mocha: simple, flexible, fun test framework

License

MIT

Generated by package-json-to-readme

About

Get the email address for a specific npm user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published