An introduction to curl using GitHub's API
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |