I\'m using shrinkroute https://npmjs.org/package/shrinkroute to make links in nodejs. I get error 500 ReferenceError: shrinkr is not defined
How to pass shrinkroute
you should import it. add following line to the very beginning of your code
var shrinkroute = require('shrinkroute');