https://github.com/madushadhanushka/github-readme
Collection of GitHub readme widgets
https://github.com/madushadhanushka/github-readme
github github-pages mustache mustache-templates readme-generator readme-md readme-profile
Last synced: 7 months ago
JSON representation
Collection of GitHub readme widgets
- Host: GitHub
- URL: https://github.com/madushadhanushka/github-readme
- Owner: madushadhanushka
- Created: 2021-08-23T12:33:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T13:00:32.000Z (7 months ago)
- Last Synced: 2025-04-09T14:23:09.352Z (7 months ago)
- Topics: github, github-pages, mustache, mustache-templates, readme-generator, readme-md, readme-profile
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 399
- Watchers: 4
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-readme-tools - Programming Languages Usage - Show programming language usage statistics (Technology Stacks / Dynamic Badges)
README
# GitHub Readme Widgets
This repository contain a collection of GitHub widgets that you can used to build your GitHub home page. Copy past the selected widget on your home page md file and change the parameters appropriately.
**If you have any interresting widgets? Then create a pull request and let know other programmers as well.**
>
Happy code!
### GitHub stats
```
```

```

```

---
### GitHub top languages
```
```

---
### GitHub All Stats

```
```
Replace "YOURUSERNAME" in the URL with your GitHub user name. The panels can also be rearranged using url parameters. Find out more at https://github.com/PressJump/reimaginedreadme
---
### Longest streak stats
```
```

---
### List projects
```
[](https://github.com/madushadhanushka/differ)
[](https://github.com/madushadhanushka/simple-sqlite)
```
[](https://github.com/madushadhanushka/differ)
[](https://github.com/madushadhanushka/simple-sqlite)
```
📘 Project
⭐ Stars
🤝 Forks
Differ
Simple SQLite
```
📘 Project
⭐ Stars
🤝 Forks
Differ
Simple SQLite
---
### GitHub contribution graph
```

```

---
### Snake animation
```

```
Use the following GitHub action yml definition:
```
name: Contribution snake
on:
schedule: # execute every 12 hours
- cron: "* */12 * * *"
workflow_dispatch:
jobs:
build:
name: Jobs to update snake grid
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@master
id: snake-gif
with:
github_user_name: madushadhanushka
svg_out_path: dist/github-contribution-snake.svg
- uses: crazy-max/ghaction-github-pages@v2.1.3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

---
### GitHub repository contributors
```
```
---
### GitHub trophy
```
```

---
### GitHub followers
```
```

```
```

```
```

---
### Total stars
```
```

### Dark themed star history graph
```

```

Find out more at https://github.com/lucabubi/star-history
---
### Twitter followers
```
```

```
```

---
### Generate random jokes
```
```

---
### Spotify playing
```
[](https://open.spotify.com/artist/6hyCmqlpgEhkMKKr65sFgI)
```
[](https://open.spotify.com/artist/6hyCmqlpgEhkMKKr65sFgI)
---
### Social media links
```
```

---
### Profile view count
```
```

```
```

```
```

```

```

```
```

---
### Using custom labels
You can use shield.io to generate custom labels.
```
```
Following is an example use of
```
```

---
### LeetCode stats
```
[](https://github.com/madushadhanushka/github-readme)
```
[](https://github.com/madushadhanushka/github-readme)
---
### Codewar stats
```
[](https://www.codewars.com/users/dhanushka)
```
[](https://www.codewars.com/users/dhanushka)
---
### Stackoverflow stats
```
[](https://stackoverflow.com/users/3840208/dhanushka)
```
[](https://stackoverflow.com/users/3840208/dhanushka)
More details: [https://github.com/omidnikrah/github-readme-stackoverflow](https://github.com/omidnikrah/github-readme-stackoverflow)
---
### Medium blogs
```
[](https://medium.com/@madushandhanushka)
```
[](https://medium.com/@madushandhanushka)
---
### Useful links
[https://github.com/rzashakeri/beautify-github-profile](https://github.com/rzashakeri/beautify-github-profile)