secrettunnel

0.1.2 • Public • Published

secrettunnel, secret portals from localhost to www

secrettunnel generates a random domain name for your project and stores it in .secrettunnel. Every time you run secrettunnel from that directory, the same secret URL is opened.

Use it from the command line:

$ secrettunnel 5000
http://a8be4200-5bb7-11e2-b58e-9764e4662e6c.v2.localtunnel.com

Or from Node.js:

var express = require('express');
var app = express();
app.listen(5000);
 
var secrettunnel = require('secrettunnel');
secrettunnel(5000, function (err, url) {
  console.log('Public URL:', hook.url);
});

Installation

Install localtunnel:

pip install localtunnel

Then:

npm install -g secrettunnel

License & Credits

Smee is MIT licensed.

If you're feeling good today, donate to localtunnel for being such an awesome project.

Dependents (0)

Package Sidebar

Install

npm i secrettunnel

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • tcr