🤷♀️ How to use it?
1. Enter the items and the number of teams.
2. Click the "Random!" button. Then the characters will be randomly divided into teams.
🧑💻 For Developers
Request team generator result by calling the API below.
curl https://api.random.gg/team-generator?u=TEAM_GENERATOR_ID&n=NUMBER_OF_TEAMSResponse:
[ ["Noah", "Mason", "Liam"], ["Ethan", "Oliver", "Lucas"], ["William", "James", "Benjamin"], ["Elijah", "Logan", "Alexander"] ]
Or you can simply use this API to get the result right away.
curl https://api.random.gg/team-generator?o=Apple,Banana,Cherry,Orange&n=2