This React app is one created to be a draftboard application that uses NoCodeAPI's Google Sheets integration to interface with a Google sheet and update it periodically during a fantasy sports draft.
- First, you will need a NoCodeAPI account. You can get an account here.
- Second, you will need to install the Google Sheets integration.
- Third, you will need to setup the Google Sheet into NoCodeAPI following their instruction for setting up a particular sheet.
- Finally, you will need to place the URL for use into the .env file. See the .env.example file for details.
This app will periodically refresh the table to pull any new draft picks from the Google Sheet. To update the frequency in which it checks for new data, you can look setup the .env file to have a new REFRESH_TIME value.