whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

Get Scores By Player if they were in the starting roster #82

Closed CallSign-Filter closed 2 years ago

CallSign-Filter commented 2 years ago

I am using this for football and in my league we do weekly payouts for different things, for example:

I know I can pull the points for each individual player but I didn't see a flag for if they were in the starting roster or not

whatadewitt commented 2 years ago

My guess is you'd need to check against the team.roster resource for the given week... Does that help?

CallSign-Filter commented 2 years ago

Yes it does. Thank you!

That is just the second part of the app I am building. The first part is what I talked about with you 2 years ago; making a live scoring display on a Raspberry PI so I don't have to check my phone on game day. I will keep you updated.

Thank you for all your work, not all heroes wear capes, but you should probably get one anyways

whatadewitt commented 2 years ago

That's awesome! Please share the code when you're done! I'd love to check it out!