This repo contains the source code and Dockerfile for cv.soulshake.net.
It serves a command-line version of my resume using wopr, node.js, Docker and Swarm.
To view it, run:
curl cv.soulshake.net
- Maximize the terminal before viewing the report for best viewing experience
- If you CTRL+C in the middle or rendering your cursor might disappear. Restore it by running again and letting the render complete or with
$> echo '\033[?25h'
- Disable curl buffering with the -N flag.
Created by AJ Bowen (@s0ulshake). For details, see this blog post.