tmoitie / iRacing-week-planner

A weekly planner for iRacing
https://iracing-week-planner.tmo.lol
MIT License
94 stars 46 forks source link

Update raceTimes.js for VRS series #9

Closed rwielinga closed 8 years ago

rwielinga commented 8 years ago

seriesId: 274 - change the offset to 0 minutes instead of 30 to start the race at the top of the hour for the VirtualRacingSchool MX5-fixed series.

rwielinga commented 8 years ago

Hi Tom, not sure if i should mention you to submit an update ;) @tmoitie

Robert

tmoitie commented 8 years ago

Update is running as we speak. Thanks :)

rwielinga commented 8 years ago

Sweet, thanks! Didn't figure the data was part of the application...

tmoitie commented 8 years ago

Yeah, I didn't want to rely on undocumented/unreliable APIs. I can be much more certain of data integrity by just ripping that JSON string out of their Current Series page.

And then all the timing stuff needs to be set manually

rwielinga commented 8 years ago

Ah. I was parsing that page into a sqlite database for the fun of it. Makes sense to do it this way as well ;)