Just published Node.js NPM module [short-url-generator]

Primary use of the module is to create traceable short URLs resolving to long and rich landing pages. It does not implement any persistence, just decomposes the original long URL and creates the short representation of it. Use of MD5 and SHA1 (in case you implement any persistence) prevents re-generating new short URLs over and over again…

Enjoy and please use the github to post your ideas for improvement and your critique. Thanks in advance!