1.0.3 • Published 8 years ago

friendly-url v1.0.3

Weekly downloads
221
License
Fair
Repository
github
Last release
8 years ago

:grinning: Friendly Url

build coverage dependencies devDependencies npm module

npm

A friendly url function made and used by Stack Exchange on their various websites * *

Usage

$ npm install friendly-url
friendly-url@1.0.2 node_modules/friendly-url
$ node
> var friendlyUrl = require('friendly-url')
undefined
friendlyUrl('What does “use strict” do in JavaScript, and what is the reasoning behind it?')
'what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it'