Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AmazingMech2418 committed Jan 4, 2018
1 parent 2051763 commit c32216c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c32216c

Please sign in to comment.