A simple tool to search for VEX teams — and soon, their matches — using the RobotEvents API.
Demo: https://vextools.vercel.app/
- Node.js (latest LTS recommended)
-
Get an API Key
Request your API key here:
https://www.robotevents.com/api/v2/accessRequest/create -
Set Up Environment File
Rename.env.example
to.env
.- Linux/macOS
mv .env.example .env
- Windows or Manual Rename the file manually using your file explorer.
- Linux/macOS
-
Add Your API Key
Open the.env
file and add your key like so:KEY=your_api_key_here
-
Install Dependencies
npm install
-
Run the App
npm start
By default, the server runs at:
http://localhost:3000You can change the port by setting
PORT
in your.env
file.