https://github.com/woflydev/ftc_teamsniper
Webapp that uses the FIRST API to find most recent team numbers.
https://github.com/woflydev/ftc_teamsniper
Last synced: 3 months ago
JSON representation
Webapp that uses the FIRST API to find most recent team numbers.
- Host: GitHub
- URL: https://github.com/woflydev/ftc_teamsniper
- Owner: woflydev
- License: gpl-3.0
- Created: 2024-02-05T10:01:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T23:23:52.000Z (12 months ago)
- Last Synced: 2025-01-08T18:53:06.351Z (5 months ago)
- Language: JavaScript
- Homepage: https://teamsniper.woflydev.com
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.