Skip to content
On this page

CLIs

Tools that allow browsing websites directly from the terminal for simple browsing, automation, or use in low-resource environments.

  • cURL
  • ELinks
  • HTTPie
  • Lynx
  • Wget
  • ... etc.

Code Example

js
import { CLIs } from 'ua-parser-js/extensions';

const cliParser = new UAParser(CLIs);

Licensed under the MIT License.