woflydev / ftc_teamsniper

Webapp that uses the FIRST API to find most recent team numbers.

Home Page:https://teamsniper.woflydev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTC TeamSniper

A Vue3 webapp that uses the FIRST API to find most recent team numbers because it was too much effort to use The Orange Alliance.

To run locally, simply open up your instance of node. Refer to the .node-version file for the version used for development, as it may change.

Run npm i or pnpm i in both the root and server directories to install all dependencies. Then run npm run start or pnpm start to start a linked Vite server. A development API server should be opened on port 3000.

It's worth noting that the production server is hosted separately.

If you would like to use the Discord bot included in this repository, make sure you have your token and application set up. There is documentation online about how to do this. Then simply set your CLIENT_ID and API key in the bot directory.

About

Webapp that uses the FIRST API to find most recent team numbers.

https://teamsniper.woflydev.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.3%Language:Vue 37.6%Language:SCSS 5.4%Language:HTML 3.2%Language:Shell 2.6%