Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 875 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 875 Bytes

Item Spreadsheet to JSON

This repository contains the code used to convert the Animal Crossing: New Horizons community items google spreadsheet into JSON.

Setup

  • Visit Google Sheets API Quickstart
  • Click Enable the Google Sheets API and choose Desktop app as your OAuth client. Download the credentials file credentials.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 into build
  • Run yarn install to install the required node modules
  • Run node build to export data from Google Sheets into local out folder

To fetch the latest data and rebuild the output file:

  • Run yarn rebuild