Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raisedadead/github-ssh-keys-demo

A demo for getting SSH public key on GitHub for any user.
https://github.com/raisedadead/github-ssh-keys-demo

github github-api ssh

Last synced: 7 days ago
JSON representation

A demo for getting SSH public key on GitHub for any user.

Awesome Lists containing this project

README

        

> A demo for getting SSH public key on GitHub for any user.

Read [this accompanying article](https://hn.mrugesh.dev/how-to-get-ssh-public-keys-from-github-for-any-user) for more details.

Usage:

Get a personal access token here: https://github.com/settings/tokens/new, and run the below commands:

```console
GITHUB_PA_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxx
npm install
npm start
```