This repository contains the code used to convert the Animal Crossing: New Horizons community items google spreadsheet into JSON.
- Visit Google Sheets API Quickstart
- Click
Enable the Google Sheets APIand chooseDesktop appas your OAuth client. Download the credentials filecredentials.json - Copy
credentials.jsoninto the root of your local copy of this repository - Run
yarn startto start a water that will automatically build intobuild - Run
yarn installto install the required node modules - Run
node buildto export data from Google Sheets into localoutfolder
To fetch the latest data and rebuild the output file:
- Run
yarn rebuild