You can download this recording in asciicast v2 format, as a .cast file.
Download
Replay in terminal
You can replay this recording in your terminal with asciinema play command:
asciinema play 297249.cast
If you don't have asciinema cli installed then see installation instructions.
Use with stand-alone player on your website
Download asciinema player from player's releases page
(you only need .js and .css file), then use it like this:
<html>
<head>
<link rel="stylesheet" type="text/css" href="/asciinema-player.css" />
</head>
<body>
<asciinema-player src="/297249.cast" cols="149" rows="37"></asciinema-player>
...
<script src="/asciinema-player.js"></script>
</body>
</html>
See asciinema player README for full usage instructions.