JamBrain icon indicating copy to clipboard operation
JamBrain copied to clipboard

Make the countdown timer accessible through the API

Open tobiasvl opened this issue 7 years ago • 1 comments

It would be nice if the timers were accessible through the API; time until next jam, time until submission, and time until play+rate closes.

(Unless this already is available?)

tobiasvl avatar Aug 28 '18 19:08 tobiasvl

You can see the start and end of the weekend here https://api.ldjam.com/vx/node/get/{event_id}?pretty (e.g. https://api.ldjam.com/vx/node/get/139254?pretty)

but you cannot get other dates from the api because they are hardcoded here https://github.com/ludumdare/ludumdare/blob/master/src/com/view/sidebar/sidebar.js#L17

zwrawr avatar May 21 '19 17:05 zwrawr