twitchtv / igdb-api-node

Nodejs Wrapper for IGDB.com API. Requires an API key. Get one at:
https://api.igdb.com/
MIT License
128 stars 15 forks source link

Popular Games Feed #30

Closed jaruba closed 6 years ago

jaruba commented 6 years ago

Is it possible to get a feed of the popular games as shown on the IGDB.com front page?

If so, how?

I've been looking at https://igdb.github.io/api/endpoints/feed/ , but it's highly confusing. After reading the docs page I still have no idea what feeds are in regards to IGDB or what is needed to request them properly.

krazyjakee commented 6 years ago

You can order by the popularity field on the games endpoint.

Happy to help but this github is just for issues regarding the wrapper itself and not the API. Feel free to jump into discord to get help with these kinds of issues: https://discord.gg/GQ9TrP

jaruba commented 6 years ago

Cool, thanks for the fast response and guidance.