github-user-publickeys

Get GitHub users PublicKeys

Usage no npm install needed!

<script type="module">
  import githubUserPublickeys from 'https://cdn.skypack.dev/github-user-publickeys';
</script>

README

github-user-publickey

Get GitHub users PublicKey

Install

> npm install --save github-user-publickey

Usage

var githubUserPublicKey = require('github-user-publickey');
githubUserPublicKey(cli.input[0], function (err, data) {
    console.log(data);
    //=>[ssh-rsa AAA....]
});

CLI

> npm install --global github-user-publickey

$ github-user-publickey --help

  Example
    github-user-publickey beat
    ssh-rsa AA....

License

MIT © Chintan Radia