Add GitHub Streak Stats

This commit is contained in:
DenverCoder1
2020-10-26 03:57:34 +02:00
parent d7bf06c7be
commit 25a1bf4110
7 changed files with 97 additions and 3 deletions
+3
View File
@@ -18,3 +18,6 @@ export const githubStatsLinkGenerator = ({github, options}) =>
export const topLanguagesLinkGenerator = ({github, options}) =>
`https://github-readme-stats.vercel.app/api/top-langs?username=${github}&${githubStatsStylingQueryString(options)}&layout=compact`
export const githubStreakLinkGenerator = ({github, options}) =>
`https://github-readme-streak-stats.herokuapp.com/?user=${github}`