Simple node server to 307 redirect all requests to a url
git clone https://github.com/robgraeber/node-redirect.git && cd node-redirect
npm install
npm start
Env Variables:
REDIRECT_URL: Sets the url it redirects to.
PORT: Sets the port the server listens on. <Defaults to 8000>