Fake API data for testing.
## Root endpoint
curl https://my-json-server.typicode.com/tazkrtak/counterfeit/
## Deploying Alias* (create a sequential commit and push it)
git deployit
git config alias.deployit '!git commit -a -m "$(( $(git log -1 --format=%s) + 1 ))" && git push origin master'