url-seo-scrubber

0.0.2 • Public • Published

url-seo-scrubber

Takes a string and formats it for a url. Use this to format titles for SEO friendly urls.

Example

``javascript var scrub = require('url-seo-scrubber');

var clean = scrub('Is this: thing - on?');

console.log(clean);

// ===> "is-this-thing-on"

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i url-seo-scrubber

    Weekly Downloads

    2

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • tommydudebreaux