From 3296c53505f8fdaf11d9bd1416745f6e28aa6e32 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Thu, 8 Feb 2018 16:38:08 +0100 Subject: [PATCH] added more abbreviations --- lib/match.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lib/match.js b/lib/match.js index 07f74ef..594c978 100644 --- a/lib/match.js +++ b/lib/match.js @@ -62,13 +62,21 @@ var checkDistance = function(s1, s2) { */ var abbreviations = { + bfmv: 'bullet for my valentine', + brmc: 'black rebel motorcycle club', ccr: 'creedence clearwater revival', elo: 'electric light orchestra', - omd: 'orchestral manoeuvres in the dark', - rhcp: 'red hot chili peppers', + fgth: 'frankie goes to hollywood', jsbx: 'the jon spencer blues explosion', + mcr: 'my chemical romance', + nkotb: 'new kids on the block', + omd: 'orchestral manoeuvres in the dark', + pusa: 'the presidents of the united states of america', qotsa: 'queens of the stone age', - ratm: 'rage against the machine' + ratm: 'rage against the machine', + rhcp: 'red hot chili peppers', + soad: 'system of a down', + stp: 'stone temple pilots' }; /** -- 2.54.0