vinci7 / pv-badge

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to pv-badge ๐Ÿ‘‹

Version Documentation License: Apache 2

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

๐Ÿ  Homepage

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

About

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


Languages

Language:Go 100.0%