read-title
v1.0.4
Published
read any web page's title
Downloads
4
Maintainers
Readme
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