UNPKG

frc

Version:

node.js support for a variety of frc functionality

40 lines (25 loc) 1.07 kB
node-FRC ======= ### The [NodeJS][] ⇆ [FRC][] bridge `node-FRC` exposes a variety of FRC functionality to node.js scripts. Installation ------------ Install using `npm`, of course! ``` bash $ 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. [FRC]: http://www.usfirst.org/roboticsprograms/frc‎ [node-frc-test]: https://github.com/innoying/node-frc-test [node-frc-test-java]: https://github.com/innoying/node-frc-test-java [NodeJS]: http://nodejs.org