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 API
and chooseDesktop app
as your OAuth client. Download the credentials filecredentials.json
- Copy
credentials.json
into the root of your local copy of this repository - Run
yarn start
to start a water that will automatically build intobuild
- Run
yarn install
to install the required node modules - Run
node build
to export data from Google Sheets into localout
folder