# github-user-email **Repository Path**: mirrors_kevva/github-user-email ## Basic Information - **Project Name**: github-user-email - **Description**: Get a GitHub users email - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # github-user-email [![Build Status](https://travis-ci.org/kevva/github-user-email.svg?branch=master)](https://travis-ci.org/kevva/github-user-email) > Get a GitHub users email ## Install ``` $ npm install --save github-user-email ``` ## Usage ```js const githubUserEmail = require('github-user-email'); githubUserEmail('johndoe').then(email => { console.log(email); //=> 'johndoe@gmail.com' }); ``` ## Related * [github-user-email-cli](https://github.com/kevva/github-user-email-cli) - CLI for this module ## License MIT © [Kevin Mårtensson](https://github.com/kevva)