Extensions : CLIs
Extends browser
detection to include 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);