From 8e1783daa87e913b20ae85a9e1efc627bc8116e2 Mon Sep 17 00:00:00 2001 From: Anmol Date: Sun, 26 Jul 2020 21:20:58 +0530 Subject: [PATCH] FIX: README.md UPDATED --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4c5099..8d22cee 100644 --- a/README.md +++ b/README.md @@ -94,23 +94,27 @@ jobs: with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GH_TOKEN: ${{ secrets.GH_TOKEN }} - USERNAME: # optional, it will automatically use the username of the owner of the repository who's executing the workflow. ``` ## Extras -1. If you want to add the other info to your stats, you can add multiple `FLAGS` in your workflow file by default all flags are enabled +1. If you want to add the other info to your stats, you can add multiple `FLAGS` in your workflow file by default all flags are enabled +>except the lines of code flag due to heavy operation performed ```yml - uses: anmol098/waka-readme-stats@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GH_TOKEN: ${{ secrets.GH_TOKEN }} - USERNAME: SHOW_OS: "False" SHOW_PROJECTS: "False" ``` #### Flags Available +`SHOW_LINES_OF_CODE` flag can be set to `True` to show the Lines of code writen till date + +![Lines of code](https://img.shields.io/badge/From%20Hello%20World%20I've%20written-12,66,814%20Lines%20of%20code-blue) + + `SHOW_COMMIT` flag can be set to `False` to hide the commit stats **I'm an early 🐤** @@ -120,6 +124,18 @@ jobs: 🌃 Evening 112 commits █████████░░░░░░░░░░░░░░░░ 36.01% 🌙 Night 26 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 8.36% +``` +📅 **I'm Most Productive on Sundays** + +```text +Monday 50 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.19% +Tuesday 85 commits █████░░░░░░░░░░░░░░░░░░░░ 22.43% +Wednesday 56 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.78% +Thursday 44 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.61% +Friday 28 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 7.39% +Saturday 30 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 7.92% +Sunday 86 commits █████░░░░░░░░░░░░░░░░░░░░ 22.69% + ``` `SHOW_LANGUAGE` flag can be set to `False` to hide the Coding Language You use