0.1.2 • Published 11 years ago

secrettunnel v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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, 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 smee

License & Credits

Smee is MIT licensed.

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

0.1.2

11 years ago

0.1.1-1

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago