Isaiah Lee

Results 7 comments of Isaiah Lee

Hey man, that sounds like an awesome project, good luck on it! I'm really into fantasy football myself ha. As for using it on Mac, I'm actually not able to...

Yeah I understand and am in the same place. There's a lot of more interesting things and interesting stats I want to provide but can't do it with just an...

hm.. definitely not a path issue, looks like dotnet is added to your paths and the current dir has the ffdb files. Did you try building the project yourself using...

oh hey, also - what version of netcore did you install? the app runs on v2.2 but the latest is 3.*

Try cloning the repository, then running "dotnet build" from "\repositorys_root\CLI\R5.FFDB.CLI". There should be a file called "R5.FFDB.CLI.csproj" https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build

okay perfect, as long as it builds its okay. Those warnings are just from me being lazy to tag a bunch of things with comments ha! The built CLI program...

PS ive been working on a project similar to FFDB, but it pulls 99% of the data from Sleeper's API. Whereas FFDB uses many different sources and combines them together....