nfldb icon indicating copy to clipboard operation
nfldb copied to clipboard

Is it possible to use your API for a server written in Java?

Open jl4347 opened this issue 9 years ago • 1 comments

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.

jl4347 avatar May 30 '15 20:05 jl4347

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.

andr3w321 avatar Jun 01 '15 01:06 andr3w321