0.1.2 • Published 13 years ago
secrettunnel v0.1.2
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.comOr 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 localtunnelThen:
npm install smeeLicense & Credits
Smee is MIT licensed.
If you're feeling good today, donate to localtunnel for being such an awesome project.