github-profile
This Repo is a fork of github-username, all credits should go to its author Sindre Sorhus.
Get a GitHub profile from an email address
Install
$ npm install github-profile
Usage
const githubProfile = ; ;
API
githubProfile(email, [token])
Returns a Promise
for the profile.
Type: string
Email address for the user of whom you want the profile.
token
Type: string
GitHub personal access token.
⚠️ This module may consume up to 3 API calls toward your github rate limit.
Related
- github-username - Get only username
- github-username-cli - CLI for github-username
License
MIT