nfldb
nfldb copied to clipboard
Is it possible to use your API for a server written in Java?
Just like the title said, I have a server written based on Java Play framework, is there a way that I could use your API in it to pull updates of the game statistics periodically?
Best regards.
This should definitely be doable. Just run https://github.com/BurntSushi/nfldb/blob/master/scripts/nfldb-update periodically and then hook up your java app to the postgresql database.