Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patmigliaccio/ngrok-qr

A cli tool that wraps `ngrok` and generates a QR code for the forwarded URL.
https://github.com/patmigliaccio/ngrok-qr

Last synced: 26 days ago
JSON representation

A cli tool that wraps `ngrok` and generates a QR code for the forwarded URL.

Awesome Lists containing this project

README

        

# ngrok-qr

A command-line tool that wraps [`ngrok`](https://ngrok.com/) and generates a QR code for the forwarded URL.

![ngrok-qr Example](example.gif)

## Installation

Using `yarn`:

```bash
yarn global add ngrok-qr
```

-- or --

Using `npm`:

```bash
npm install -g ngrok-qr
```

Now installed globally, `ngrok-qr` can be used directly from the command line.

## Usage

```bash
ngrok-qr [port]
```

By default `[port]` is _optional_ and defaults to `3000`.