Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 804 Bytes

README-old.md

File metadata and controls

executable file
·
25 lines (16 loc) · 804 Bytes

Local Tunnel for the service: Browsertap

Features

  • Minimal setup required. Just run taptunnel in terminal and you're done.
  • Run any locally hosted website.
  • Runs by default on port 443 for additional security.
  • Instantly see your website update in your browser after making changes. No need to refresh your page. (think CodeKit, or LiveReload).

Installation

If you already have node.js installed, just install it as a global package:

npm i taptunnel -g

Basic Usage

  1. Run taptunnel in the command line.
  2. Open any browser, and navigate to your locally hosted website (e.g: localhost).
  3. Click the browsertap bookmarklet, or browser extension.
  4. You're testing localhost via browsertap!