Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Repository
Created with StackBlitz ⚡️
Basic Info
- Host: GitHub
- Owner: chadnpc
- Language: JavaScript
- Default Branch: main
- Homepage: https://stackblitz.com/edit/sb1-magf4svs
- Size: 159 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
How to Use 🚀
Set it up in your repository ⚙️
Add your wakatime api key from here, in your repository secrets with the name
WAKATIME_API_KEY.Optional: If you are adding this action to a repository other than your profile repository (
<username>/<username>), add your Github API Token from here, in your repository secrets with the nameGITHUB_TOKEN.Go to actions tab of your repository, click
New workflow, and then click the linkset up a workflow yourself.Replace all the file contents with the following:
```yaml name: Wakatime Charts
on: workflow_dispatch: schedule: - cron: "0 0 * * *"
jobs: update-charts: name: Update wakatime stats charts runs-on: ubuntu-latest steps: - uses: dvjn/wakatime-charts@master with: WAKATIMEAPIKEY: ${{ secrets.WAKATIMEAPIKEY }} GITHUBTOKEN: ${{ secrets.GITHUBTOKEN }} # only required if using the action in repository other than profile ```
- Commit this workflow file.
Note: The action will run at 00:00 UTC everyday to update the images.
Other Parameters 🔧
BRANCH_NAME: Set the branch on which charts are pushed. Defaults tomasterCOMMIT_MESSAGE: Set the commit message for the changes. Defaults to📊IMAGES_FOLDER: Set the folder name in which generated images are stored. Defaults toimagesGIT_USER_EMAIL: Set the user email for git config. Defaults to Github Action Bot's email41898282+github-actions[bot]@users.noreply.github.comGIT_USER_NAME: Set the user name for git config. Defaults toGithub Action
Using generated images 🔗
Link for the generated images is:
https://raw.githubusercontent.com/<username>/<repository>/<branch_name>/<images_folder>/<chart_name>.svg
Where, the chart name is one of wakatime_weekly_language_stats and wakatime_weekly_project_stats.
Inspiration 😍
Owner
- Name: alain
- Login: chadnpc
- Kind: user
- Website: https://linktr.ee/chadnpc
- Repositories: 82
- Profile: https://github.com/chadnpc
GitHub Events
Total
- Create event: 1
Last Year
- Create event: 1
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 14 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.3
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 10
Past Year
- Issues: 0
- Pull requests: 10
- Average time to close issues: N/A
- Average time to close pull requests: 14 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.3
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 10
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ./ * composite
- actions/checkout v2 composite
- Dockerfile * docker
- alpine latest build
- 131 dependencies
- d3 ^6.2.0
- jsdom ^16.4.0
- node-fetch ^2.6.1