Esri / esri.github.io

Esri GitHub landing page
http://esri.github.io/
Apache License 2.0
556 stars 124 forks source link

display more accurate repo counts when folks search popular topics #118

Closed jgravois closed 6 years ago

jgravois commented 6 years ago

the github search api paginates items in sets of 30, so lets just pluck the total_count instead

https://api.github.com/search/repositories?q=topic:javascript+org:Esri&sort=stars&order=desc

{
  "total_count": 78,
  "incomplete_results": false,
  "items": [].length = 30