Express middleware to render a message and redirect with the meta refresh tag.
Most of the time a 3XX status code with a location header (i.e. res.redirect) works, but sometimes it will be just useful to __rend__er a message before redirecting.
Install
npm install rendirect
Usage
//install the middlewareapp; //rendirectapp;
Custom template
this;
License
MIT - José F. Romaniello - 2013