Scouting app for FIRST Robotics Competition for ElectroBunny #1954
Ok so it's still not a final product and you can't even start scotching yet but right now it contains a lot of very important things First we are rebuilding the entire site for full control over the site and for Albert to be happy To start everything we need a skeleton of the site which is what we are currently working on of course with the skeleton comes the code that gives all the functionality
That's all there is for now
- a nodejs server that renders the page and keeps the scooter updated at any given time
- Data transfer between the scooter and the server
- Full connection of the server to Google services
- Basic skeleton for the scooter site
- A multipage form that includes several basic pages to simulate data transfer
To deploy this project run
npm install
npm run mainTo run this project, you will need to add the following environment variables to your credentials.json file
You can generate all of this keys on
Google API Console: https://console.cloud.google.com
{
type
project_id
private_key_id
private_key
client_email
ANOTHER_API_KEY
client_id
auth_uri
token_uri
auth_provider_x509_cert_url
client_x509_cert_url
}