vlad 6f123ff03e 18.07 | 6 năm trước cách đây | |
---|---|---|
.. | ||
index.js | 6 năm trước cách đây | |
license | 6 năm trước cách đây | |
package.json | 6 năm trước cách đây | |
readme.md | 6 năm trước cách đây |
Get a GitHub username from an email address
$ npm install github-username
const githubUsername = require('github-username');
githubUsername('sindresorhus@gmail.com').then(username => {
console.log(username);
//=> 'sindresorhus'
});
Returns a Promise
for the username.
Type: string
Email address for the user of whom you want the username.
Type: string
GitHub personal access token.
MIT © Sindre Sorhus