Skip to content

pjnovas/ldstats

Repository files navigation

ldstats - Ludum Dare Ratings

Ratings API for Ludum Dare. Check it out here

Compile and run the project

Quickly using docker:

docker-compose up

Without docker:

Requirements:

npm install

Now run the server:

MONGO_URL=mongodb://[Your-mongo-conn-string]/ldstats npm start

Getting totals of event for new LD WebAPI:

https://api.ludumdare.com/vx/stats/[EVENT_ID]?pretty

{
  // ...
    "stats": {
      // ...
      "jam": 1841,
      "compo": 1104,
      // ...
    }
}

And update latest LD and those totals in ./config.json

Contributors (thanks!)