get-weighted-random-item
v1.0.1
Published
A NodeJS/Javascript library which selects an item from a JSON objects, using a weighted random algorithm
Downloads
3
Readme
get-weighted-random-item
Overview
A NodeJS/Javascript library which selects an item from a JSON objects, using a weighted random algorithm.
Prerequisites
Installation
npm install get-weighted-random-item
Using get-weighted-random-item
TODO!
Semver
This project aims to maintain the semver version numbering scheme.
Changelog
See the changelog file
Contributing
Contributions are very welcome for fixes, improvements, new features, documentation, bug reports and/or ideas. Please create a Github issue initially so we can discuss and agree actions/approach - that should save time all-round.
The ideal way to receive contributions is via a Github Pull Request from the master branch. Please ensure that at least unit tests (you can run these via npm test
) and if possible, linter rules (npm run lint
).
If you find a sensitive, security issue with this application, please email me privately in the first instance: neil [dot] craig [at] thedotproduct [dot] org
.