Skip to content

Team612/XScout

 
 

Repository files navigation

XScout

Application for FRC scouting. Written using Electron for easy customization.

Get the newest compiled version here!

Download xs, a convenient CLI app for processing XScout data, here.

Screenshot

Development dependencies

Development Installation

  1. cd into XScout directory
  2. Run npm install to install node dependencies.

Usage in Development

While in XScout directory, run

npm start

Packaging

While in XScout directory, run

npm run-script package

If you'd like to only package for one OS, append -mac, -win, or -linux to the end of package in that command. Otherwise, packages will be created for all operating systems.

See here for an explanation of how to modify your packaging settings.

Authors

This software was originally written by Erik Boesen, as VictiScout for Team 1418.

It's since been expanded on by the following authors:

License

This software is licensed under the MIT license. More information in LICENSE.

About

📒 Customizable Electron-based FRC Scouting application for OS X, Windows, and Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.7%
  • HTML 25.5%
  • CSS 12.8%