3.0.1 • Published 2 years ago

article-title-cli v3.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

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