npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

github-user-email

2.0.0

@kevva

npmHomeRepoSnykSocket
Downloads:7
$ npm install github-user-email
DailyWeeklyMonthlyYearly

github-user-email Build Status

Get a GitHub users email

Install

$ npm install --save github-user-email

Usage

const githubUserEmail = require('github-user-email');

githubUserEmail('johndoe').then(email => {
	console.log(email);
	//=> 'johndoe@gmail.com'
});

Related

  • github-user-email-cli - CLI for this module

License

MIT © Kevin Mårtensson