I would like to make my own version of a website like this: https://irunmaps.com It takes the workouts on iFit.com and makes them searchable in a much better way than the iFit website or their apps offer.
On https://irunmaps.com you can search by all kinds of things to come up with your selection of workouts. The searchable things include things like type of workout, distance, time, trainer, etc. My thought is to store all of that info into a database along with the URL that goes with the workout, then it would be searchable. However, I really don’t know how to pull this info back out with a web interface.
My initial web searches have led me to believe that this might be accomplished with PHP & SQLite, but I’m not even sure about that. I am open to suggestions for the simplest software stack.
Does the included hosting option provided with a paid version of BoostrapStudio.io support PHP & SQLite or other good options for this?
Thank you! I really appreciate your time & input!!
Search under term “site scrapping”; it’s a whole project what you intent to do; one of the python exercises is such a thing! You can even do it with php etc.
I only wonder if it’s legitimate to keep other site’s info under your own brand! What about images? A cross-reference stills doesn’t sound legit - I’m not a lawyer anyway…
On Youtube there are thousands of videos on how to exercise to gain muscle, you can use youtube’s API to search and play videos: It shouldn’t be difficult to implement on your site
here is an example