Ratings API for Ludum Dare. Check it out here
To get started:
- Clone this project
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 installNow run the server:
npm starthttps://api.ludumdare.com/vx/stats/[EVENT_ID]?pretty
{
// ...
"stats": {
// ...
"jam": 1841,
"compo": 1104,
// ...
}
}- Ajay Ramachandran - @ajayyy