compromise
Version:
natural language processing in the browser
42 lines (41 loc) • 714 B
JavaScript
module.exports = [
'abba',
'ac/dc',
'aerosmith',
'bee gees',
'coldplay',
'creedence clearwater revival',
'def leppard',
'depeche mode',
'destiny\'s child',
'duran duran',
'fleetwood mac',
'green day',
'guns n roses',
'joy division',
'metallica',
'moody blues',
'motley crue',
'new kids on the block',
'pink floyd',
'r.e.m.',
'radiohead',
'red hot chili peppers',
'sex pistols',
'soundgarden',
'spice girls',
'the beach boys',
'the beatles',
'the black eyed peas',
'the byrds',
'the carpenters',
'the guess who',
'the hollies',
'the rolling stones',
'the smashing pumpkins',
'the supremes',
'the who',
'thin lizzy',
'u2',
'van halen'
];