ziolko / spreadapi

Free REST API for Google Spreadsheet
https://spreadapi.roombelt.com
Other
87 stars 13 forks source link

Self contained signup example #14

Closed DylanSp closed 3 months ago

DylanSp commented 4 months ago

Adds demonstration code for the sign-up form example as a single HTML file; it imports Bulma and jQuery via <link> and <script> tags, so the HTML works on its own without needing any additional setup. I grabbed the Bulma import from their starter template, the jQuery import comes from the minified version of jQuery Core 3.7.1 on the jQuery releases page.

This isn't ready to be merged yet, there's a few things that need to be done: This is now ready to be merged, as of https://github.com/ziolko/spreadapi/pull/14/commits/6dbe7ada86a9562313739823a3713f453c2a7fd2.

DylanSp commented 3 months ago

I've updated the documentation in website/examples/sign-up-form.md to use the self-contained HTML file I created; I also polished the prose a bit while I was at it. This should be ready to merge now. The only other thing I can think of is if you want to delete the .html file in website/examples and just have the code in the Markdown file; up to you, @ziolko.

ziolko commented 3 months ago

Hi @DylanSp, thank you for update! If you don't mind, please give me a couple of days to review this change :)

DylanSp commented 3 months ago

Not a problem, take as much time as you need.

ziolko commented 3 months ago

Thanks @DylanSp for this example! I've merged it to master.