Skip to content

Instantly share code, notes, and snippets.

View cdddg's full-sized avatar

Will Lin cdddg

  • Taipei, Taiwan
  • 06:33 (UTC +08:00)
View GitHub Profile
@jasonrudolph
jasonrudolph / request.sh
Created April 14, 2015 14:10
Get `starred_at` timestamp for a repository's stargazers via the GitHub API
curl https://api.github.com/repos/atom/atom/stargazers -H 'Accept: application/vnd.github.v3.star+json'