Created
November 23, 2016 22:41
-
-
Save m0rsecode/6bd8f6482a5893c24eb526161e5c322b to your computer and use it in GitHub Desktop.
Shayne's the man!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Sample Players Input | |
// Returns 154 Eligible Lineups (Without any superlocks) | |
{ | |
"qb": [ | |
"16867-6748", | |
"16867-6589" | |
], | |
"rb": [ | |
"16867-62497", | |
"16867-38791", | |
"16867-28181", | |
"16867-14643" | |
], | |
"wr": [ | |
"16867-11612", | |
"16867-11435", | |
"16867-6883", | |
"16867-54606" | |
], | |
"te": [ | |
"16867-6641", | |
"16867-28694" | |
], | |
"k": [ | |
"16867-14952", | |
"16867-32058" | |
], | |
"d": [ | |
"16867-12546", | |
"16867-12530" | |
] | |
} | |
// Superlock Array | |
// Superlocking a QB & RB | |
// Returns 16 Eligible Lineups | |
[ | |
"16867-6748", | |
"16867-62497" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment