square-batman
v1.0.0
Published
A small scheduling algorithm library. Useful for round-robin etc.
Downloads
7
Maintainers
Readme
SquareBatman.js
![NPM version][npm-badge] [npm-badge]: https://badge.fury.io/js/square-batman.png
SquareBatman.js is a small scheduling algorithm library for JavaScript.
It currently implements:
Installing
npm install square-batman
SquareBatman.js follows semantic versioning, so feel
free to depend on its major version with something like >= 1.0.0 < 2
(a.k.a ^1.0.0
).
API
For extended documentation on all functions, please see the SquareBatman.js API Documentation.
SquareBatman
RoundRobin
License
SquareBatman.js is released under a Lesser GNU Affero General Public License, which in summary means:
- You can use this program for no cost.
- You can use this program for both personal and commercial reasons.
- You do not have to share your own program's code which uses this program.
- You have to share modifications (e.g. bug-fixes) you've made to this program.
For more convoluted language, see the LICENSE
file.
About
Andri Möll typed this and the code.
Monday Calendar supported the engineering work.
If you find SquareBatman.js needs improving, please don't hesitate to type to me now at [email protected] or create an issue online.