tmoitie / iRacing-week-planner

A weekly planner for iRacing

Home Page:https://iracing-week-planner.tmo.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codecov


iRacing Week Planner

Visit website

Report Bug · Request Feature

Getting Started

Install dependencies

yarn install

Scrape data

It needs live iRacing data to work - this can be downloaded with your iRacing credentials

IWP_USERNAME='your@emailaddress.co.uk' IWP_PASSWORD='yourpassword' yarn scrapeData
yarn debugRaces

Starting the project

yarn start
open http://localhost:3000

Updating for the next season

Because this scrapes the data from the iRacing website, the tool can only be updated for the new season once it is published on the iRacing website. As such the planner won't be updated until the turn of the season, typically within a few hours of the data going live - Tuesday 1am UTC on the first week of the season.

Other information

Inspect webpack bundle size

You can view the bundle size by running the following commands:

webpack --json > stats.json
yarn webpack-bundle-analyzer stats.json

About

A weekly planner for iRacing

https://iracing-week-planner.tmo.lol

License:MIT License


Languages

Language:JavaScript 97.5%Language:SCSS 1.5%Language:HTML 0.8%Language:CSS 0.3%Language:Ruby 0.0%