- Full Name: {webAppInfo.repoInfo.fullName}
+
+
+

+
+
+ Owner: {webAppInfo.repoInfo.owner.login}
+
+
+ Last Update: {new Date(webAppInfo.repoInfo.lastUpdate).toLocaleDateString()}
+
+
-
- Description: {webAppInfo.repoInfo.description}
-
-
Stars: {webAppInfo.repoInfo.stars}
-
Forks: {webAppInfo.repoInfo.forks}
-
- Open Issues: {webAppInfo.repoInfo.openIssues}
-
-
- Default Branch: {webAppInfo.repoInfo.defaultBranch}
-
-
- Last Update: {webAppInfo.repoInfo.lastUpdate}
-
-
- Owner: {webAppInfo.repoInfo.owner.login}
-
-
- Avatar URL: {webAppInfo.repoInfo.owner.avatarUrl}
+
+
+
+
+ {webAppInfo.repoInfo.stars.toLocaleString()} stars
+
+
+
+ {webAppInfo.repoInfo.forks.toLocaleString()} forks
+
+
+
+ {webAppInfo.repoInfo.openIssues.toLocaleString()} issues
+