HTML Minifier Wget Example

Check the example on how to use
wget
to minify a HTML hardcoded string and output to stdout:
wget -q --post-data='input=<input type="text" />' -O - https://www.toptal.com/developers/html-minifier/api/raw

Output:

<input>