Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 41 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,47 @@
# github-bubble-chart
# GitHub Bubble Chart

Insert a bubble chart into your GitHub profile readme. Which makes for great [github profile readme](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme).
[![CI](https://github.com/teociaps/github-bubble-chart/actions/workflows/ci.yml/badge.svg)](https://github.com/teociaps/github-bubble-chart/actions/workflows/ci.yml)
[![Test and Lint](https://github.com/teociaps/github-bubble-chart/actions/workflows/test.yml/badge.svg)](https://github.com/teociaps/github-bubble-chart/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/teociaps/github-bubble-chart/graph/badge.svg?token=7RKP37CX4F)](https://codecov.io/gh/teociaps/github-bubble-chart)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/teociaps/github-bubble-chart?label=Latest%20Release)

Example teociaps:
![GitHub issues](https://img.shields.io/github/issues/teociaps/github-bubble-chart)
![GitHub pull requests](https://img.shields.io/github/issues-pr/teociaps/github-bubble-chart)
![GitHub last commit](https://img.shields.io/github/last-commit/teociaps/github-bubble-chart)
![GitHub license](https://img.shields.io/github/license/teociaps/github-bubble-chart)

![teociaps](https://github-bubble-chart.vercel.app?username=teociaps&title-size=34&title-color=red&legend=true&legend-align=left&percentages=true)
Insert a bubble chart into your GitHub profile readme. This makes for a great [GitHub profile readme](https://docs.github.com/en/free-pro-team@latest/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme).

---
## Usage

Example Test:
You can insert the bubble chart into your GitHub profile readme by using the following URL format:

![Test](https://github-bubble-chart.vercel.app/?username=test&width=800&height=600)
```
https://github-bubble-chart.vercel.app?username=<your-github-username>
```

For detailed usage instructions, please refer to our [Wiki](https://github.com/teociaps/github-bubble-chart/wiki).

### Examples

#### Basic Example

![teociaps](https://github-bubble-chart.vercel.app?username=teociaps&theme=dark_high_contrast&title-size=34&title-color=red&legend-align=left)

#### Custom Configuration Example

![Test](https://github-bubble-chart.vercel.app/?username=teociaps&mode=custom-config&config-path=ghbc-my-tech-and-tools.json)

## Breaking Changes & Releases

For any new releases or breaking changes, please visit our [Releases Wiki](https://github.com/teociaps/github-bubble-chart/wiki/Releases) for detailed information.

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

Please refer to our [Contributing Guide](CONTRIBUTING.md) for detailed information on how to contribute.

## License

Distributed under the [MIT License](LICENSE).