From c32216cc6ec9497ea0e4c2b778631e13b65fbe65 Mon Sep 17 00:00:00 2001 From: amazinigmech2418 <33498997+amazinigmech2418@users.noreply.github.com> Date: Wed, 3 Jan 2018 19:22:13 -0500 Subject: [PATCH] Update index.html --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index 67feb59..38caa29 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,19 @@ console.log(data[i].comments); // help wanted code next + + var tags = data[i].labels; + var d = 0; + for(var aaa=0;aaa < tags.length; aaa++) { + if(tags[aaa].name==="help wanted"){ + d++; + } + if(d!==0) { + needed.push(data[i].title+"~ help wanted ~"+user+" "+repo+" "); + } + } + + } console.log(data);