A Golang-based Badge Generator for counting page view of your Markdown || README
🏠 Homepage
- Create a application and Get your get your (X-LC-ID, X-LC-KEY, APPID) in leancloud
- Fill up the configure file
- Run it by command below
go run main.go
- ... or you can deploy it on heroku
markdown
![Total Visits](https://pv-badge.herokuapp.com/total.svg?repo_id=vinci7-pv-badge)
HTML
<img alt="usage" src="https://pv-badge.herokuapp.com/total.svg?repo_id=vinci7-pv-badge"/>
Then, replace the repo_id attribute by yours, the recommended pattern is {yourNickname}-{yourRepoName}
👆refresh the page and check it again
👤 vinci7
- Github: @vinci7
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 vinci7.
This project is Apache 2 licensed.
This Project is inspired by visitor-count-badge, respect for its author @jwenjian
This README was generated with ❤️ by readme-md-generator