Fork me on GitHub
#datascript
<
2019-04-30
>
cjsauer15:04:55

Hello all 👋 I’ve just extracted a PUBG API client library from one of my pet projects, as I figured other community members may find it useful. I think it’s actually a really fun way to learn/play with Datascript using some real-world data, as it includes both a spec and a Datascript schema (you must provide Datascript as a dependency yourself, this repo doesn’t force it on you). If you’re unaware, PUBG is a first-person shooter video game in the “battle royale” genre, which exposes tons of player stats as an API. https://github.com/cjsauer/pubg-clj

👍 4