-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncaa-teamnames.js
29 lines (29 loc) · 3.04 KB
/
ncaa-teamnames.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module.exports = {
done: [
],
remaining: [
'minnesota', 'wisconsin', 'minnesota-duluth', 'north-dakota',
'ohio-state', 'st-cloud-state', 'bemidji-state',
'minnesota-state', 'robert-morris', 'syracuse', 'mercyhurst',
'penn-state', 'rit', 'lindenwood','sacred-heart', 'clarkson',
'st-lawrence', 'cornell', 'princeton', 'quinnipiac', 'colgate',
'yale', 'rensselaer', 'harvard', 'brown', 'dartmouth', 'union',
'boston-college', 'northeastern', 'boston-university', 'providence',
'vermont', 'new-hampshire', 'connecticut', 'merrimack', 'maine', 'endicott',
'morrisville', 'canton', 'stevenson', 'johnson-and-wales',
'becker', 'salem-state', 'lebanon-valley', 'northland', 'plattsburgh',
'buffalo-state', 'utica', 'oswego', 'potsdam', 'william-smith', 'elmira',
'neumann', 'chatham', 'cortland', 'augsburg', 'concordia-mn',
'gustavus-adolphus','st-thomas', 'hamline',
'st-olaf', 'bethel', 'st-catherine', 'st-marys',
'st-benedict', 'adrian', 'lake-forest', 'st-scholastica', 'concordia-wi',
'marian', 'st-norbert', 'finlandia', 'norwich', 'st-anselm',
'manhattanville', 'massachusetts-boston', 'franklin-pierce', 'university-of-new-england',
'castleton', 'salve-regina', 'plymouth-state', 'southern-maine', 'st-michaels',
'holy-cross', 'new-england-college', 'nichols', 'middlebury', 'connecticut-college', 'hamilton',
'trinity', 'amherst', 'bowdoin', 'williams', 'wesleyan', 'colby',
'wisconsin-river-falls', 'wisconsin-eau-claire', 'wisconsin-stevens-point',
'wisconsin-superior', 'wayne-state', 'st-cloud', 'niagara', 'mit', 'concordia'
],
alphabetical: ["adrian", "amherst", "augsburg", "becker", "bemidji-state", "bethel", "boston-college", "boston-university", "bowdoin", "brown", "buffalo-state", "canton", "castleton", "chatham", "clarkson", "colby", "colgate", "concordia", "concordia-mn", "concordia-wi", "connecticut", "connecticut-college", "cornell", "cortland", "dartmouth", "elmira", "endicott", "finlandia", "franklin-pierce", "gustavus-adolphus", "hamilton", "hamline", "harvard", "holy-cross", "johnson-and-wales", "lake-forest", "lebanon-valley", "lindenwood", "maine", "manhattanville", "marian", "massachusetts-boston", "mercyhurst", "merrimack", "middlebury", "minnesota", "minnesota-duluth", "minnesota-state", "mit", "morrisville", "neumann", "new-england-college", "new-hampshire", "niagara", "nichols", "north-dakota", "northeastern", "northland", "norwich", "ohio-state", "oswego", "penn-state", "plattsburgh", "plymouth-state", "potsdam", "princeton", "providence", "quinnipiac", "rensselaer", "rit", "robert-morris", "sacred-heart", "salem-state", "salve-regina", "southern-maine", "st-anselm", "st-benedict", "st-catherine", "st-cloud", "st-cloud-state", "st-lawrence", "st-marys", "st-michaels", "st-norbert", "st-olaf", "st-scholastica", "st-thomas", "stevenson", "syracuse", "trinity", "union", "university-of-new-england", "utica", "vermont", "wayne-state", "wesleyan", "william-smith", "williams", "wisconsin", "wisconsin-eau-claire", "wisconsin-river-falls", "wisconsin-stevens-point", "wisconsin-superior", "yale"]
}