wikipedia-edits-scorer

1.5.9 • Public • Published

Evaluate Wikipedia edit activity.

const scorer = require( 'wikipedia-edits-scorer');
scorer.calculateScore( new Date(), {
		edits: 10,
		// when you started watching edits
		start: '2016-12-02T16:39:49.334Z',
		anonEdits: 10,
		numberContributors: 10,
		reverts: 0,
		bytesChanged: 0,
		distribution: { Jon: 4, David: 3, Lyall: 3, '127.0.0.1': 10 },
		// traffic it got (in last 24 hrs)
		views: 0,
		// suspicious edits (e.g. vandalism)
		flaggedEdits: 0
	},
	// decay period
	12 );

Readme

Keywords

none

Package Sidebar

Install

npm i wikipedia-edits-scorer

Weekly Downloads

0

Version

1.5.9

License

none

Last publish

Collaborators

  • jdlrobson