An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| <!-- Credits to http://codepen.io/mikeambrosi/pen/JdEMmY --> | |
| <html> | |
| <head> | |
| <style> | |
| /* Run on https://autoprefixer.github.io/ to compile CSS */ | |
| .loading { | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| margin: -15px 0 0 -15px; |
An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin