10
4 Comments

Tip: Turning Google Sheets into a database for free

Almost a year ago I did this fun side project to create an HTTP API for a spreadsheet using Google Apps Scripts. It takes advantage of the Google infrastructure. No other third-party (not even myself) processes your data.

Recently this is getting some traction on Github and some IH might find it useful as well: spreadapi.com

I don't have plans to monetize it. The best reward you can give me is starring this repository on Github. You can also take a look at my other open-source work. Not that it matters, just makes me happier 😀

on November 7, 2020
  1. 2

    Thank you so much for doing this! I really appreciate your open source project.

    1. 2

      Glad to hear this :)

  2. 2

    Love it! Great work @ziolko

  3. 2

    Hey looks great. I was building something myself but might just use this.