Show HN: Using Google Sheets as the back end/APIs of your app Hello everyone! At a company I worked for, we needed to develop an MVP (basically a web page) and apply certain business logic to a Google Drive spreadsheet that was frequently updated by the Sales team. In this case, we had two options: Develop a backend to replace the current spreadsheet and have the sales team use it as a new "backoffice" - This would take a very long time, and if the hypothesis we were testing was wrong, it would be time wasted. Create the web page and use Google's SDK to extract data from the spreadsheet. We chose to go with the second option because it was quicker. Indeed, it was much faster than creating a new backoffice. But not as quick as we imagined. Integrating with Google's SDK requires some effort, especially to handle the OAuth logic, configure it in the console, and understand the documentation (which is quite shallow, by the way). Anyway! We did the project and I realized that maybe other devs might have encountered similar issues. Therefore, I developed a tool that transforms Google spreadsheets into "realtime APIs" with PATCH, GET, POST, and DELETE methods. Since it's a product for devs, I think it would be cool to hear your opinions. It's still quite primitive, but the basic features already work. https://zerosheets.com https://ift.tt/VE8ST4v April 12, 2024 at 09:59PM
Show HN: Using Google Sheets as the back end/APIs of your app https://ift.tt/USLaOlZ
Related Articles
Show HN: Birdsong-find people that love the same music (Spotify) (alpha users) https://ift.tt/3qTGV4WShow HN: Birdsong-find people that love the same music (Spotify) (alph… Read More
Show HN: Bel in Clojure https://ift.tt/34p2weaShow HN: Bel in Clojure https://ift.tt/3mVGDJB January 5, 2022 at 11:2… Read More
Show HN: Validate startup idea in creative new way raising domain-name funding https://ift.tt/3ezk0X1Show HN: Validate startup idea in creative new way raising domain-name… Read More
Show HN: No Trash Search https://ift.tt/32MUmLYShow HN: No Trash Search https://ift.tt/3bvC4QK January 3, 2022 at 03:… Read More
Show HN: No Signup, Yet, Authenticated Posts https://ift.tt/3FMLdRXShow HN: No Signup, Yet, Authenticated Posts https://applause.chat/ De… Read More
Show HN: MLConsole, web app to train ML models (for free, and 100% client-side) https://ift.tt/3HhUP7BShow HN: MLConsole, web app to train ML models (for free, and 100% cli… Read More
Show HN: A CLI utility automagically converting Unix timestamps https://ift.tt/3Jy0yIjShow HN: A CLI utility automagically converting Unix timestamps https:… Read More
Show HN: Highlight code in Google slides and Google docs https://ift.tt/3n4KJPIShow HN: Highlight code in Google slides and Google docs https://ift.t… Read More
0 Comments: