gh-verified-public-keys
Get the verified public keys associated with a given Github account
const ghVerifiedPublicKeys = ; ;
Installation
npm install gh-verified-public-keys
API
const ghVerifiedPublicKeys = ;
ghVerifiedPublicKeys(username [, options])
username: String
(a Github username, for example https://github.com/shinnn → 'shinnn'
)
options: Object
(gh-get
options)
Return: Promise
instance
It makes an API request to get an array of the verified public keys for a Github account, and returns a promise.
The promise will be fulfilled with a JSON object if successful, otherwise rejected with an error.
License
Copyright (c) 2015 Shinnosuke Watanabe
Licensed under the MIT License.