Array Divider divides an array into equally sized sub arrays for a given bucket size.
Installation can be done using npm with the following command:
npm install
In the root directory there is a file called index.js which executes the application with sample data.
Run the application with:
npm start
Some tests have been set up check for errors in the input data and run some happy paths.
Run the tests with:
npm test