Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soulteary/go-counting-stars
[WIP] ✨ A simple and reliable visit counter, written in Go, capable of displaying visit counts on GitHub or other projects.
https://github.com/soulteary/go-counting-stars
badge badge-generator counter stats vistor-counter
Last synced: about 7 hours ago
JSON representation
[WIP] ✨ A simple and reliable visit counter, written in Go, capable of displaying visit counts on GitHub or other projects.
- Host: GitHub
- URL: https://github.com/soulteary/go-counting-stars
- Owner: soulteary
- License: apache-2.0
- Created: 2022-12-11T08:26:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T17:15:01.000Z (over 1 year ago)
- Last Synced: 2024-12-06T16:52:22.963Z (about 1 month ago)
- Topics: badge, badge-generator, counter, stats, vistor-counter
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Counting Stars
A simple and reliable visit counter, written in Go, capable of displaying visit counts on GitHub or other projects.
## Plan
- High performance shield badge generate API.
- Support multiple ways to store vistor counter data: local, databases.
- Simple and easy to use configuration dashboard.
- High code coverage, no security risks.
- Support serverless deployment, edge computing.## Project uses components and licenses
- Web Server: https://github.com/gin-gonic/gin
- [MIT License](https://github.com/gin-gonic/gin/blob/master/LICENSE)
- Badge styles: https://github.com/badges/shields
- [CC0 LICENSE](https://github.com/badges/shields/blob/master/LICENSE)
- Badge Generate: https://github.com/narqo/go-badge (contains improvements)
- [MIT License](https://github.com/narqo/go-badge/blob/master/LICENSE)