ttle

Get the title from an web page

Usage no npm install needed!

<script type="module">
  import ttle from 'https://cdn.skypack.dev/ttle';
</script>

README

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