Skip to content

Commit 722ff78

Browse files
added profile description
1 parent 882cc20 commit 722ff78

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
GITHUB="<github_token>"
88
GITHUB_USERNAME="<github_username>"
99

10+
DESCRIPTION="Your description"
11+
1012
WAKATIME_GLOBAL="/@AndcoolSystems/c20041f4-a965-47c3-ac36-7234e622a980.json" // WakaTime Global stats
1113
WAKATIME_LANGS="/@AndcoolSystems/eaa20c39-4e68-49d3-8760-93e93fbf1ff5.json" // WakaTime Langs stats
1214

src/widget/widget.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export class WidgetService {
100100

101101
json = {
102102
name: github_data.data.user?.name ?? 'n/a',
103+
description: process.env.DESCRIPTION,
103104
followers: github_data.data.user?.followers?.totalCount ?? 'n/a',
104105
total_stars: github_data.data.user?.repositories?.totalCount ?? 'n/a',
105106
top_repos: top_repos ?? 'n/a',

0 commit comments

Comments
 (0)