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: about 1 year 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-04T03:07:49.000Z (about 3 years ago)
- Last Synced: 2025-03-18T19:54:23.036Z (about 1 year 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.



[](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
[](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:
- [](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

---
Contributions are welcomed! <3
Made with ❤️ and JavaScript.