Skip to content

Extract the article title of a HTML document or website

License

Notifications You must be signed in to change notification settings

sindresorhus/article-title-cli

Repository files navigation

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