https://github.com/hbcondo/revenut-api
I originally used the image editor Pinta[1] to depict the JSON response from my API but Chalk.ist was much easier!
Commit diff: https://github.com/hbcondo/revenut-app/commit/740f907d42e189...
[1] https://www.pinta-project.com
For those unaware, on GitHub you can get highlighting by giving the language at the start of the code block. For example:
```yaml --- - hosts: all vars: idk: {} ```