@@ -11,27 +11,22 @@ import { renderStatsCard } from "../../src/cards/stats-card.js";
11
11
import { renderTopLanguages } from "../../src/cards/top-languages-card.js" ;
12
12
import { renderWakatimeCard } from "../../src/cards/wakatime-card.js" ;
13
13
14
- const REPO = "dummy- cra" ;
15
- const USER = "grsdummy " ;
14
+ const REPO = "cra-test " ;
15
+ const USER = "catelinemnemosyne " ;
16
16
const STATS_DATA = {
17
- name : "grsdummy " ,
18
- totalPRs : 2 ,
19
- totalCommits : 2 ,
17
+ name : "Cateline Mnemosyne " ,
18
+ totalPRs : 1 ,
19
+ totalCommits : 7 ,
20
20
totalIssues : 1 ,
21
21
totalStars : 1 ,
22
- contributedTo : 2 ,
22
+ contributedTo : 1 ,
23
23
rank : {
24
24
level : "A+" ,
25
- score : 50.900829325065935 ,
25
+ score : 50.893750297869225 ,
26
26
} ,
27
27
} ;
28
28
29
29
const LANGS_DATA = {
30
- TypeScript : {
31
- color : "#3178c6" ,
32
- name : "TypeScript" ,
33
- size : 2049 ,
34
- } ,
35
30
HTML : {
36
31
color : "#e34c26" ,
37
32
name : "HTML" ,
@@ -42,44 +37,44 @@ const LANGS_DATA = {
42
37
name : "CSS" ,
43
38
size : 930 ,
44
39
} ,
45
- Python : {
40
+ JavaScript : {
46
41
color : "#3572A5" ,
47
- name : "Python " ,
48
- size : 671 ,
42
+ name : "JavaScript " ,
43
+ size : 1912 ,
49
44
} ,
50
45
} ;
51
46
52
47
const WAKATIME_DATA = {
53
48
human_readable_range : "last week" ,
54
49
is_already_updating : false ,
55
- is_coding_activity_visible : false ,
50
+ is_coding_activity_visible : true ,
56
51
is_including_today : false ,
57
- is_other_usage_visible : false ,
52
+ is_other_usage_visible : true ,
58
53
is_stuck : false ,
59
54
is_up_to_date : false ,
60
55
is_up_to_date_pending_future : false ,
61
56
percent_calculated : 0 ,
62
57
range : "last_7_days" ,
63
58
status : "pending_update" ,
64
59
timeout : 15 ,
65
- username : "grsdummy" ,
60
+ username : USER ,
66
61
writes_only : false ,
67
62
} ;
68
63
69
64
const REPOSITORY_DATA = {
70
- name : "dummy- cra" ,
71
- nameWithOwner : "grsdummy/dummy- cra" ,
65
+ name : "cra-test " ,
66
+ nameWithOwner : ` ${ USER } / cra-test` ,
72
67
isPrivate : false ,
73
68
isArchived : false ,
74
69
isTemplate : false ,
75
70
stargazers : {
76
71
totalCount : 1 ,
77
72
} ,
78
- description : "Dummy create react app ." ,
73
+ description : "Simple cra test repo ." ,
79
74
primaryLanguage : {
80
- color : "#3178c6 " ,
81
- id : "MDg6TGFuZ3VhZ2UyODc =" ,
82
- name : "TypeScript " ,
75
+ color : "#f1e05a " ,
76
+ id : "MDg6TGFuZ3VhZ2UxNDA =" ,
77
+ name : "JavaScript " ,
83
78
} ,
84
79
forkCount : 0 ,
85
80
starCount : 1 ,
1 commit comments
vercel[bot] commentedon Jan 21, 2023
Successfully deployed to the following URLs:
github-readme-stats – ./
github-readme-stats-github-readme-stats-team.vercel.app
github-readme-stats-git-master-github-readme-stats-team.vercel.app
github-readme-stats.vercel.app