Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/patmigliaccio/ngrok-qr
- Owner: patmigliaccio
- License: mit
- Created: 2019-10-25T04:15:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:44:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T14:01:35.488Z (29 days ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.