urlify2
Adding this package to your Meteor application adds URLify2
function into the global scope,
which you can use to make slugs from Unicode strings. Resulting slugs are lower space and spaces are replaced with -
.
It works both on server and client.
Based on Django's urlify with character maps for additional languages and fallback to UTF-8 normalization string cleanup based on django-missing and work by Richard Ishida.
Both client and server side.
Installation
mrt add urlify2