You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
**iracing-sdk-js** provides data access (live telemetry and session info) and most of the available commands. You can find some usage examples in the [examples](https://github.com/friss/iracing-sdk-js/tree/main/examples) directory, and there are some [data samples](https://github.com/friss/iracing-sdk-js/tree/main/sample-data) too.
8
8
9
+
Latest tested iRacing version: *2025 Season 4*
10
+
9
11
## Installing
10
12
11
13
Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Currently requires Node 21 for latest node test runner implementation, but should work with Node 20 too.)
@@ -14,7 +16,6 @@ Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Curr
14
16
15
17
`yarn add iracing-sdk-js --save`
16
18
17
-
18
19
## API documentation
19
20
20
21
<aname="module_irsdk"></a>
@@ -681,7 +682,6 @@ Go to frame. Frame counting can be relative to begin, end or current.
681
682
iracing.playbackControls.searchFrame(1, 'current') // go to 1 frame forward
682
683
```
683
684
684
-
685
685
## Development
686
686
687
687
To develop `iracing-sdk-js` itself, you need working working installation of [node-gyp](https://github.com/nodejs/node-gyp#on-windows).
@@ -697,7 +697,6 @@ Useful commands:
697
697
698
698
Released under the [MIT License](https://github.com/friss/iracing-sdk-js/blob/main/LICENSE.md).
699
699
700
-
701
700
## Credits
702
701
Originally based on [node-irsdk](https://github.com/apihlaja/node-irsdk) by [apihlaja](https://github.com/apihlaja).
Copy file name to clipboardExpand all lines: doc/README.hbs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
7
7
**iracing-sdk-js** provides data access (live telemetry and session info) and most of the available commands. You can find some usage examples in the [examples](https://github.com/friss/iracing-sdk-js/tree/main/examples) directory, and there are some [data samples](https://github.com/friss/iracing-sdk-js/tree/main/sample-data) too.
8
8
9
+
Latest tested iRacing version: *2025 Season 4*
10
+
9
11
## Installing
10
12
11
13
Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Currently requires Node 21 for latest node test runner implementation, but should work with Node 20 too.)
@@ -14,12 +16,10 @@ Make sure you are running [Node.js](https://nodejs.org/) v21 x64 or later. (Curr
14
16
15
17
`yarn add iracing-sdk-js --save`
16
18
17
-
18
19
## API documentation
19
20
20
21
{{>main}}
21
22
22
-
23
23
## Development
24
24
25
25
To develop `iracing-sdk-js` itself, you need working working installation of [node-gyp](https://github.com/nodejs/node-gyp#on-windows).
@@ -35,7 +35,6 @@ Useful commands:
35
35
36
36
Released under the [MIT License](https://github.com/friss/iracing-sdk-js/blob/main/LICENSE.md).
37
37
38
-
39
38
## Credits
40
39
Originally based on [node-irsdk](https://github.com/apihlaja/node-irsdk) by [apihlaja](https://github.com/apihlaja).
0 commit comments