frc

node.js support for a variety of frc functionality

Usage no npm install needed!

<script type="module">
  import frc from 'https://cdn.skypack.dev/frc';
</script>

README

node-FRC

The NodeJSFRC bridge

node-FRC exposes a variety of FRC functionality to node.js scripts.

Installation

Install using npm, of course!

$ npm install FRC

Or add it to the "dependencies" section of your package.json file.

Tests

To test functionality is working please use node-frc-test in conjunction with one of the robot side tests such as node-frc-test-java. The libraries are split up because there is no reason to distribute tests with each npm install that are not able to be tested at install and require considerable effort to test.

Driver Station

To be added at a later date

Support / Getting Involved

If you're looking for support for developing with/for node-FRC to just fork this on github and make changes.