Skip to content

pkgstats/npm-email

Repository files navigation

npm-email Build Status

Get the email of a npm user

Install

$ npm install --save npm-email

Usage

var npmEmail = require('npm-email');

npmEmail('sindresorhus', function (err, email) {
	console.log(email);
	//=> 'sindresorhus@gmail.com'
});

CLI

$ npm install --global npm-email
$ npm-email --help

  Usage
    $ npm-email <username>

  Example
    $ npm-email sindresorhus
    sindresorhus@gmail.com

Related

  • npm-keyword - Get a list of npm packages with a certain keyword
  • package-json - Get the package.json of a package from the npm registry

License

MIT © Sindre Sorhus

About

Get the email of an npm user

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.1%
  • TypeScript 8.9%