Skip to content

A Golang-based Badge Generator for counting page view of your Markdown || README

Notifications You must be signed in to change notification settings

vinci7/pv-badge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to pv-badge 👋

Version Documentation License: Apache 2

A Golang-based Badge Generator for counting page view of your Markdown || README

Install

  • 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

Usage

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}

Total Visits

👆refresh the page and check it again

Author

👤 vinci7

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

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

Releases

No releases published

Packages

No packages published

Languages