pjnovas / ldstats

Stats for Ludum Dare

Home Page:http://ldstats.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!)

About

Stats for Ludum Dare

http://ldstats.info/

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 73.1%Language:Handlebars 15.5%Language:CSS 11.0%Language:Dockerfile 0.5%