boxing / boxrec

Retrieve information from BoxRec and return it in JSON format
MIT License
109 stars 18 forks source link

Bout location country is missing #298

Open FelixFreelancer opened 2 years ago

FelixFreelancer commented 2 years ago

Hi @mikedidomizio

I really appreciate your efforts to update the package.

I can see a bout location after you upgrade the version of package. But Could you check it once more if we are able to get the country name of the bout?

For example, I can get only bout location but just wonder if we are also able to get the country of the bout.

let response = await boxrec.getPersonById(cookieJar, 644435);
let location = response.output.bouts[0].location;
console.log(location);
Estadio Adolfo López Mateos, Reynosa

I am attaching an image for a reference. image

Thanks