0.0.1 • Published 9 years ago

word-slug v0.0.1

Weekly downloads
41
License
WTFPL
Repository
github
Last release
9 years ago

word-slug

Makes URL slugs from random words chained together.

Install

npm install word-slug

Example

var wordSlug = require('word-slug');


console.log(wordSlug(4)); // 'thrill-snail-wakeful-nonstop'

console.log(wordSlug(2)); // 'curly-voiceless'

// Defaults to 3
console.log(wordSlug()); // 'ripe-reading-flagrant'
0.0.1

9 years ago

0.0.0

9 years ago