npm install redirecterEasy redirection
var redirect = require("redirecter")
, http = require("http")
http.createServer(function (req, res) {
if (url === "/wrong") {
// redirect them to /right but also tell them you are a teapot
redirect(req, res, "/right", 418)
}
}).listen(8080)
npm install redirecter
make test
- Raynos
[1]: https://secure.travis-ci.org/Raynos/redirecter.png
[2]: http://travis-ci.org/Raynos/redirecter