ttle

0.0.1 • Public • Published

ttle

npm version travis dependencies devDependencies License

Get the title from an web page.

Install

$ npm i -g ttle
 
or
 
$ npm i ttle

Usage

$ ttle --help

  Get the title from an web page

  Usage
   $ ttle <url>

  Example
   $ ttle https://github.com

or

var ttle = require('ttle');
 
ttle('https://github.com', function (err, title) {
  console.log(title);
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ttle

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • makotot