Skip to content

Simple node script to generate a given amount of groups randomly from an array of names

Notifications You must be signed in to change notification settings

nimser/group-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEATURES

  • generate a given amount of groups randomly from an array of names
  • pass history of past groups to maximize diversity when generating new groups (avoid putting together people who previously worked together)
  • for any member of your group, show the list of who they previously worked with and how many times

USAGE

Customize your data

cp data.sample.js data.js

Run the group generator

node generateGroups.js

Show history of who worked together

node showPreviousMatches.js

About

Simple node script to generate a given amount of groups randomly from an array of names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published