mkreiser / ESPN-Fantasy-Football-API

Connect to ESPN's fantasy football API via this JS API client for web and NodeJS. Available as an npm package.
http://espn-fantasy-football-api.s3-website.us-east-2.amazonaws.com/
GNU Lesser General Public License v3.0
304 stars 76 forks source link

Beginner's Help #167

Closed gethubguy closed 10 months ago

gethubguy commented 4 years ago

Hi there, I'm code informed enough to know that what's been built here is great. However, I don't have the technical skills to understand how to accomplish what I want.

I'm hoping to plug into this data set via a google sheet - all i want to pull in is player data (think biographical information - like DOB, current team, etc...etc...).

However, I don't know if that's possible from what is laid out here and if it is possible, could someone point me to the appropriate documentation so i can see what i need to do.

draynur commented 4 years ago

There are some examples in another thread

https://github.com/mkreiser/ESPN-Fantasy-Football-API/issues/128#issuecomment-541353626 https://github.com/mkreiser/ESPN-Fantasy-Football-API/issues/128#issuecomment-528991287

Hope it helps!