Code

Google Sheet to JSON API

This app creates an API that allows users to authorize it with Google Sheets. Once it has been authorized, it can receive any Google Sheet or combination of worksheets, parse them into JSON, and save that JSON data in a cache or on Amazon S3. It also allows for that JSON to be customized by other apps, and saved back into it. This is useful for projects where we need to restructure data and reuse it. It adds a nice layer of abstraction on top of the Google Sheets API, which otherwise requires doing a lot of repetitive steps for every potential project. Visit the repo

Current page