Live data from Hacker News

Show HN: Sheet2Site – Create Websites Out of Google Sheets

sheet2site.com

41–50 of 50 posts

Re: Show HN: Sheet2Site – Create Websites Out of Google Sheets

#41

Fun idea. I learned recently that Sheets also works as a JSON service to post and get data if you have a static site and don't want to stand up a DB server.

Any resource for this you can point me to?

I used this https://googlesheetjson.herokuapp.com

Re: Show HN: Sheet2Site – Create Websites Out of Google Sheets

#42

Earlier quoted context omitted.

Oh! If you don't mind my asking, how do you go about selling custom domains? Or if there are resources you can point me to, that would be helpful, too.

Not sure @andreyazimov is actually selling domains, only allowing you to connect your own, right? But if you want to actually sell domains via your application I'm sure that's possible via Namecheap API or something similar.

I do not selling domains for sure, just connecting :)

Re: Show HN: Sheet2Site – Create Websites Out of Google Sheets

#47
Great work!

An alternative I have been using recently for some projects is Molnify [1], it has more focus on exposing calculation logic in the app created and less control over background images and layout. Takes either a Excel file or a google sheet doc as input.

[1] http://www.molnify.com/

Re: Show HN: Sheet2Site – Create Websites Out of Google Sheets

#48

Fun idea. I learned recently that Sheets also works as a JSON service to post and get data if you have a static site and don't want to stand up a DB server.

Any resource for this you can point me to?

There's a bunch on the web actually. The gist is that you create a Google App Script linked to your Sheet and deploy it publicly, which can receive GET and POST requests and respond as you like. See:

  http://chriszarate.github.io/sheetrock/

  http://douglasduhaime.com/posts/crud-operations-on-static-file-sites.html

  https://github.com/liddiard/google-sheet-s3

  https://www.johnastewart.org/coding/twine-game-data-to-google-sheets-via-javascript/

  https://medium.com/@dmccoy/how-to-submit-an-html-form-to-google-sheets-without-google-forms-b833952cc175
Post reply on HN