DEV Community

drake19
drake19

Posted on • Updated on

Help with basic code

Hello,

I'm want to build a tool for my friends that lets us programmatically fill in a google form. The standard google form website is fine, but I want to build my own site that sends the info.

So I will need to have a website that people can go to, that will do things like collect the date, perform some string manipulation and then send a POST request to google. http://topslotreviews.com/casino-reviews/

Right now I can do this all from my command line using curl/libcurl but I want to make a version that is easy for my friends to use.

I'm not really sure if this can be done hosting a static website and then processing on the user's computer or if my web hosting service will need to run some kind of code.

Any advice?

Top comments (1)

Collapse
 
stereobooster profile image
stereobooster • Edited

You may want to use #help tag instead of #discuss for this post (maybe add #beginner there as well)