article-title-cli

Extract the article title of a HTML document or website


Keywords
cli-app, cli, article, title, post, page, heading, extract, parse, find, infer, website, blog
License
MIT
Install
npm install article-title-cli@3.0.1

Documentation

article-title-cli

Extract the article title of a HTML document or website

Install

npm install --global article-title-cli

Usage

$ article-title --help

  Usage
    $ article-title <file>
    $ curl -L <url> | article-title

  Example
    $ curl -L https://medium.com/sindre-sorhus/macos-tips-tricks-13046cf377f8 | article-title
    Fabulous macOS Tips & Tricks

Related