read-title

1.0.4 • Public • Published

read-title

read any web page's title.

Install

$ npm install --save read-title

Usage

const readTitle = require('read-title');
 
readTitle('https://www.npmjs.com/package/read-title').then(
  title => console.log(title),
  err => console.error(err)
);

Related

  • cheerio - Tiny, fast, and elegant implementation of core jQuery designed specifically for the server.
  • fetch-promise - Fetch URL contents By Promise.

License

The MIT License (MIT)

Copyright (c) 2015 - 2016

Dependents (0)

Package Sidebar

Install

npm i read-title

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • wzbg