mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
add github stats
This commit is contained in:
parent
1e9cea0bdb
commit
62beee7ff8
5 changed files with 331 additions and 221 deletions
|
@ -1,4 +1,5 @@
|
|||
import * as wakatime from "./wakatime.js";
|
||||
import * as github from "./github.js";
|
||||
const timeElem = document.getElementById('time');
|
||||
const timezone = 'Europe/Berlin';
|
||||
|
||||
|
@ -241,6 +242,7 @@ function fetchWeather(location) {
|
|||
}
|
||||
|
||||
wakatime.fetchWakatime("#wakapi");
|
||||
github.writeGithubStats("#github-full");
|
||||
|
||||
const messages = [
|
||||
"Coding",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue