You can use the GitHub API.
repo = getJSON(https://api.github.com/repos/jshawl/pocket-oauth-php)
forksURL = repo.forks_url;
forks = getJSON(forksURL);
| #!/usr/bin/env node | |
| var sys = require('sys'); | |
| var exec = require('child_process').exec; | |
| var child; | |
| var path = "/var/ww..." | |
| var command = "cd "+ path + "&& touch afile && exit" | |
| function puts(err,stdout,stderr){ |
| var Twit = require('twit'); | |
| var T = new Twit({ | |
| consumer_key: '...' | |
| , consumer_secret: '...' | |
| , access_token: '...' | |
| , access_token_secret: '...' | |
| }); | |
| var userid = '...'; | |
| The Best Chocolate Chip Cookies | |
| cookies.jpg <!--hint: <img> tag, this is a bonus--> | |
| Recipe by: Bonnie Owens | |
| RELATED RECIPES | |
| Amazing Chocolate Chip Cookies! |
| // ---- | |
| // Sass (v3.3.2) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $blockSize: 10px; | |
| @keyframes move { | |
| @for $i from 1 through 29 { | |
| $percent: percentage($i/ 29); | |
| #{$percent}{ |
| this is the content |
| this is the content |