Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05d8db1

Browse files
committed
Shorten text and remove resource
1 parent 27f2e6c commit 05d8db1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ Source files for [coderstats.net](https://coderstats.net/).
44

55
# GitHub API Calls
66

7-
* https://api.github.com/search/issues?q=user:yaph&sort=created&order=desc
87
* https://api.github.com/users/yaph/events/public
98
* https://api.github.com/users/yaph/received_events/public

templates/coder/summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h2 id="summary">Summary</h2>
99
<span v-if="languages.length > 5">Assuming a basic level of proficiency in all these languages {{ user.name }} can be considered hyperpolyglot in the world of computer languages.</span>
1010
<strong>{{ languages[0].key }}</strong> occurs most frequently ‒ {{ languages[0].value }} times ‒ as the main repo language.
1111
</p>
12-
<p v-if="total_forks / repos_pushed.length > 20">The total number of forks across all pushed to repositories indicates that the GitHub projects {{ user.name }} contributes to are actually used by other people as well.</p>
12+
<p v-if="total_forks / repos_pushed.length > 20">The total number of forks across all pushed to repositories indicates that the GitHub projects {{ user.name }} contributes to are actually used by other people.</p>
1313
</div>
1414
{% endraw %}

0 commit comments

Comments
 (0)