mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-31 09:18:42 -04:00
30 lines
1.0 KiB
Markdown
30 lines
1.0 KiB
Markdown
# GitHub Profile Views Counter
|
|
|
|
It counts how many times your profile has been viewed.
|
|
|
|

|
|
|
|
## Usage
|
|
|
|
Create your GitHub Profile repository. GitHub magic will happen as soon as you will create a new repository named equally to your username.
|
|
|
|
Here is my profile repository: [https://github.com/antonkomarev/antonkomarev](https://github.com/antonkomarev/antonkomarev)
|
|
|
|
You need to host this app on your server and display it via Markdown syntax:
|
|
|
|
```markdown
|
|

|
|
```
|
|
|
|
Only `public/index.php` should be exposed.
|
|
|
|
This URL will render SVG image with profile views counter and will increment it on each view of your profile.
|
|
|
|
Counter stored in `storage/views-count` file.
|
|
|
|
## License
|
|
|
|
- `GitHub Profile Views Counter` application is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev].
|
|
|
|
[Anton Komarev]: https://komarev.com
|