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

https://github.com/jabster28/pgproxy

A web app for translating PGP fingerprints information from Keybase and OpenPGP's Key Server.
https://github.com/jabster28/pgproxy

keybase openpgp pgp pretty-good-privacy

Last synced: 3 months ago
JSON representation

A web app for translating PGP fingerprints information from Keybase and OpenPGP's Key Server.

Awesome Lists containing this project

README

          

# pgproxy

A web app for translating PGP fingerprints information from [Keybase](https://keybase.io) and [Ubuntu's Key Server](https://keyserver.ubuntu.com/).

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).