I'm trying to use cheerio to webscape a sports website . One of the things that I need is data-gameid from this line
<div class="component game scoreboard-game margin-24-bottom epl full time margin-24-bottom" data-gameid="2146609" data-league="epl" data-show-date="" data-extra-class="margin-24-bottom" data-viewport-width="">
I really just can't figure out how to get the data-gameid number. I know its a short question but i don't know what else to say to make it more specific