connect middleware for URL shortening / redirecting
  • JavaScript 91.1%
  • CSS 5.2%
  • Handlebars 3.6%
  • Makefile 0.1%
Find a file
Meadhbh Hamrick 31cebdec00 initial commit
2012-09-19 17:52:51 +00:00
example initial commit 2012-09-19 17:52:51 +00:00
test initial commit 2012-09-19 17:52:51 +00:00
LICENSE initial commit 2012-09-19 17:52:51 +00:00
nodify-redirector.js initial commit 2012-09-19 17:52:51 +00:00
package.json initial commit 2012-09-19 17:52:51 +00:00
README.md initial commit 2012-09-19 17:52:51 +00:00

nodify-redirector

Connect.js middleware to perform URL redirection.

Sorry to say, but I don't have time to document this package right now.

But, if you're brave, cd into the example directory, run make, convert all instances of "example.com" to your redirector host name, add your favorite database hostname, user, password in properties.json and run the example redirector with the command:

node example.js --config file://properties.json

good luck!