darthbatman / billboard-top-100

:chart_with_upwards_trend: Node.js API to retrieve the top songs, albums, and artists from Billboard's charts
MIT License
97 stars 30 forks source link

fixes based on new billboard website #34

Closed gabe0x02 closed 4 years ago

gabe0x02 commented 4 years ago

I threw together some updates to get data from the new billboard site.

I'm still having trouble with some images but it seems to work other than that.

darthbatman commented 4 years ago

Hi, thanks for the fix. Would you mind updating the PR to pass checks? Thank you.

darthbatman commented 4 years ago

I have updated the package to get data from the updated website and have incorporated your previousWeek and nextWeek logic into the fix. These changes are reflected in the newest version of the package: 2.5.4.

gabe0x02 commented 4 years ago

Really like the new implementation by the way. Always great to remove so many lines of code.