Skip to content

yieme/github-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-graph

Graphic trends of top GitHub Repo's

Components

  • github-graph frontend adapted from firereader
  • github-graph-data static data (future: updated daily)
  • github-graph-repos get top repo's service
  • github-graph-info get info on repo's
  • github-graph-wayback get historic info on repo's
  • github-graph-data-update update public data

Firebase

  • /who/ array of owners: {name:gh-name, star:count, project:count }
  • /prj/{owner} for owners array of projects: { name: gh-project, desc: description, star:latest-count }
  • /stat/{owner}/{project} for project array of statistics: { date: yymmdd, star:count }

About

Graphic trends of top GitHub Repo's

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.3%
  • HTML 10.7%
  • CSS 10.0%