url-title
v0.0.1
Published
Generate a humanized title from a url
Readme
url-title
Generate a humanized title from a url.
Installation
$ npm install url-titleExample
var title = require('url-title');
title('http://www.reddit.com/r/science/comments/17l7dr/a_new_type_of_transistor_that_can_be_switched/')
// => "A new type of transistor that can be switched"License
MIT
