-
Hi,
If I try this:
```
slug("Ревущий фьорд")
'Revushij-ford'
```
I was hoping for 'ревущии-фьорд' (ie what the WoW api has :) ) - does slug do a letter by letter translation or something?
Thanks,…
-
Examples:
``` javascript
var options = {
titleCase: ["to", "the"]
};
var mySlug = require('speakingurl').createSlug(options);
var slug = mySlug('welcome to the jungle');
console.log(slug); // Ou…
-
While I can not think of many cases where you would want an ampersand at the end of something... it should not break speakingurl.
`getSlug('test &');`
```
/test/node_modules/speakingurl/lib/index.js…
-
Hi,
I did an "npm install speakingurl", but when I try to require it in the REPL, I get this:
```
$ npm install speakingurl …
-
Hi,
Chances are this is a problem on my end, but I can't seem to find anyone with the same issue.
I've been using Basset for a while now and it's been great, but I recently wanted to include CKedito…
maknz updated
11 years ago
-
Hi,
I am looking to "slugify" the following: ревущий фьорд
I am hoping to get: ревущии-фьорд
This is what speakingurl currently does:
```
slug=require("speakingurl")
[Function: getSlug]
> slug("р…