Free iRacing overlay solution until they finish their UX overhaul, and potentially longer depending on their implementation. Uses IRacing SDK data to display extra information that they expose, but currently do not show the user.
For those willing to help contribute, please reach out.
Get started with RaceVision today!
- Visit our official website
- Or check out the latest release on GitHub
Node Iracing SDK Wrapper by Friss 🙏
- Standings (multiclass)
- Relative (multiclass)
- Inputs
- Input Graph
- Track Map (mostly working)
- Fuel Calculator (🚧 currently developing)
- Radar (planned)
For those cloning/forking who want to run the project locally, follow these steps below.
- Recommend Node.js v21+
- Create .env file with following values if you need to update track maps.
IRACING_USERNAME=
IRACING_PASSWORD=
IRACING_BASE_URL=https://members-ng.iracing.com
- Install dependencies
npm run i
- Update track maps script (if needed)
npm run generate-tracks
Run the script below to run the project.
npm run start
We’d love to hear from you! Feel free to submit issues or suggestions via the GitHub Issues page.