### 5 entertaining things you can find with the GitHub Search API Let's have some command-line fun with curl, [jq][1], and the [new GitHub Search API][2]. Today we're looking for: - [The hottest repositories created in the last week](#file-01-trending-repos-md). - [The oldest user accounts with zero followers](#file-02-lonely-users-md). (So sad.) - [Issue trends by language](#file-03-issue-trends-md). - [Clojure projects defying convention](#file-04-rebel-clojure-projects-md). - [John Resig's hobbies outside of JavaScript](#file-05-resig-md). [1]: http://stedolan.github.io/jq/ [2]: http://developer.github.com/changes/2013-07-19-preview-the-new-search-api/