Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WangNingkai/visitor-badge-node
:crystal_ball: A badge generator service to count visitors of your markdown file.
https://github.com/WangNingkai/visitor-badge-node
visitor visitor-counter visitor-tracking
Last synced: 2 months ago
JSON representation
:crystal_ball: A badge generator service to count visitors of your markdown file.
- Host: GitHub
- URL: https://github.com/WangNingkai/visitor-badge-node
- Owner: WangNingkai
- License: gpl-3.0
- Created: 2020-08-03T07:16:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:07:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:17:07.557Z (2 months ago)
- Topics: visitor, visitor-counter, visitor-tracking
- Language: JavaScript
- Homepage: https://visitors-badge.vercel.app
- Size: 18.6 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visitor-badge-node
> A badge generator service to count visitors of your markdown file.
![GitHub top language](https://img.shields.io/github/languages/top/wangningkai/visitor-badge-node.svg?style=popout-square)
![GitHub last commit](https://img.shields.io/github/last-commit/wangningkai/visitor-badge-node.svg?style=popout-square)
![GitHub](https://img.shields.io/github/license/wangningkai/visitor-badge-node.svg?style=popout-square)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)## Getting Started
Copy paste this , and that's it. Simple!
Change the `page_id` to your page.
```
https://visitor-badge.vercel.app?page_id={page_id}
https://visitor-badge.vercel.app/page/{page_id}
https://visitor-badge.vercel.app/p/{page_id}
```#### Color
Use `?color=blue` parameter like so :-
```
https://visitor-badge.vercel.app/page/{page_id}?color=blue
```# Deploy on your own Vercel instance
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/wangningkai/visitor-badge-node)
### :sparkling_heart: Support the project
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
this takes time. You can use this service for free.However, if you are using this project and happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-
- Starring and sharing the project :rocket:
- [![paypal.me/wangningkai](https://ionicabizau.github.io/badges/paypal.svg)](https://www.paypal.me/wangningkai) - You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
- [Wechat & AliPay](https://pay.ningkai.wang)Thanks! :heart:
## License
![GitHub](https://img.shields.io/github/license/imfunniee/gitfolio.svg?style=popout-square)
---
Contributions are welcomed! <3
Made with ❤️ and JavaScript.