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

songObject.position not working? #20

Closed bluetidepro closed 5 years ago

bluetidepro commented 5 years ago

Thanks so much for making this! It seems like songObject.position isn't being returned. I see it was possible removed back in this commit: https://github.com/darthbatman/billboard-top-100/commit/b3dbd202bf5290022a649c62111be63faacd4c7c#diff-5eeab9e25ee821ebaa8cabd29b38c351

Is that a bug, or does this no longer support that position object being returned?

vedoot commented 5 years ago

I fixed it with pull request #21 :)

darthbatman commented 5 years ago

fixed and merged, ill update the version and publish to npm

darthbatman commented 5 years ago

version 2.1.3 published to npm

bluetidepro commented 5 years ago

Thanks @darthbatman and @VMehta99 !