Show HN: `npx tmole <port>` – No-Install Public URL for Locally Running Services

I'm excited to introduce a quick and easy way to provide public access to your locally running services: `npx tmole <port>`. It utilizes Tunnelmole (1), an open-source tunneling tool, without any need to explicitly install anything.

Here's how it works: `npx tmole <port>` sets up a tunnel via the service at tunnelmole.com. The Public URL provided in the output will then direct to your locally running web service.

Getting started is as simple as running `npx tmole <port>`. For instance, if your service is running on port 3000, use `npx tmole 3000`.

You'll need to have NodeJS for this to work.

Please give it a try and share your experience. I'd love to hear your feedback on the tool and any suggestions you may have.

(1) https://github.com/robbie-cahill/tunnelmole-client