1.0.4 • Published 8 years ago

read-title v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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