Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillDanshin/avgRating
Calculate average score and rating based on Wilson Score Equation
https://github.com/kirillDanshin/avgRating
Last synced: 3 months ago
JSON representation
Calculate average score and rating based on Wilson Score Equation
- Host: GitHub
- URL: https://github.com/kirillDanshin/avgRating
- Owner: kirillDanshin
- License: mit
- Created: 2017-08-05T19:04:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T19:37:44.000Z (over 7 years ago)
- Last Synced: 2024-10-23T02:55:49.928Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - avgRating - Calculate average score and rating based on Wilson Score Equation. (Miscellaneous / Uncategorized)
- zero-alloc-awesome-go - avgRating - Calculate average score and rating based on Wilson Score Equation. (Miscellaneous / Uncategorized)
- awesome-go - avgRating - Calculate average score and rating based on Wilson Score Equation - ★ 8 (Miscellaneous)
- awesome-go-extra - avgRating - 08-05T19:04:30Z|2017-08-05T19:37:44Z| (Microsoft Office / Uncategorized)
- awesome-go-zh - avgRating
README
# avgRating [![GoDoc](https://godoc.org/github.com/kirillDanshin/avgRating?status.svg)](https://godoc.org/github.com/kirillDanshin/avgRating) [![Go Report Card](https://goreportcard.com/badge/github.com/kirillDanshin/avgRating)](https://goreportcard.com/report/github.com/kirillDanshin/avgRating) ![cover.run go](https://cover.run/go/github.com/kirillDanshin/avgRating.svg)
Calculate average and scoring based on Wilson Score EquationPort of https://github.com/ndaidong/average-rating
# License
The MIT License (MIT)