rate

0.1.1 • Public • Published

rate

A rating system library for JavaScript.

Getting Started

Installation

rate can be installed using npm

npm install rate

Initialization

var rate = requier("rate");

A new version of each rating system can then be called using

var elo = new rate.elo();
var groupElo = new rate.groupElo();

The new operator should be used to allow multiple instances of the same rating system within the same function.

Usage

See the GitHub wiki for further documentation.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    56
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    56
  • 0.1.0
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i rate

Weekly Downloads

58

Version

0.1.1

License

MIT

Last publish

Collaborators

  • carlcolglazier