Skip to content
 
 

Repository files navigation

ldstats - Ludum Dare Ratings

Ratings API for Ludum Dare. Check it out here

Compile and run the project

It's required to have installed

To get started:

  1. Clone this project
  2. cd ldstats/

To configure the server you must add a config/config.json, a config.sample file can be used as a base for that file.

After created that config file:

npm install

Now run the server:

npm start

Getting totals of event for new LD WebAPI:

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

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

Contributors (thanks!)

About

Stats for Ludum Dare

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages