0.0.9 • Published 9 years ago

zero-board v0.0.9

Weekly downloads
35
License
-
Repository
-
Last release
9 years ago

zero-board

This module will make board like ~most popular~ of certain model records.

Usage

  1. Add dependency to your module package.json file like:
{
	"name" : "YOUR_MODULE_NAME",
	"zero" : {
		"dependencies" : {
			"board" : "^0.0.1"
		}
	}
}
  1. Declare the board configuration in module.exports like:
module.exports = {
	board : {
       'artwork' : {
         type : 'heat', //which algorithm to make board
         limit : 100, //length of records in board
         key : 'like' //field name to calculate
       }
    }
}

The key in object board is the model type you want to make a board.

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago