Created
August 23, 2017 15:50
-
-
Save americanstone/fd2e1331f46e71bcfbc258009fca1f7c to your computer and use it in GitHub Desktop.
The last 7 days github trending projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -G https://api.github.com/search/repositories --data-urlencode "sort=stars" --data-urlencode "order=desc" --data-urlencode "q=language:java" --data-urlencode "q=created:>`date -v-7d '+%Y-%m-%d'`" | jq ".items[0,1,2] | {name, description, language, watchers_count, html_url}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment