Trey Gordon
Trey Gordon
> > > You would have to do the latter, but it might be a little tricky because we don't track which players are currently active on a team. That's...
This isn't exactly what you're asking, but this api might be what you're looking for: https://site.api.espn.com/apis/site/v2/sports/basketball/nba/scoreboard
@edwardz8 I found it easiest to just scrape the roster for a team from ESPN (or wherever) then run a function that searches the BDL api for each player, and...
If you're using JS, you could just use a library like day.js to convert to whatever format you need. I've used it a decent amount if you have any questions....
@alexkutsan @kamtschatka I wrote a couple simple scripts to make importing from linkwarden a little easier while I was going through the process, if that helps: https://github.com/treyg/linkwarden-to-hoarder I'd be happy...
@marvin78 I know this extremely late, but I'm working on a re-write of the app that includes a lightbox feature, if you're still using it and want to test it...
Interesting. I'll rework the filter to handle more photos and do some debugging. Thanks for checking!
Hi @JanBN sorry for the late reply. Did you ever get this figured out?
@JanBN So you are trying to just run this as a node app locally, not using docker? How are you setting your env variables? It looks like they aren't being...