Add GitHub Streak Stats
This commit is contained in:
@@ -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}`
|
||||
Reference in New Issue
Block a user