Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 406 Bytes

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

Alias*

git config alias.deployit '!git commit -a -m "$(( $(git log -1 --format=%s) + 1 ))" && git push origin master'