I’m currently writing an application that will extract data from a few different websites to be passed back to my app, parsed, formatted, and displayed. The problem I keep running into is being able to pass in and display the data in a graphical manner. I was hoping to use HTML5 to do this, and all of my scraping is set up in php. Of course, to draw in HTML5 requires using JavaScript, and getting my php output to JavaScript seems messy. Am I missing a better way to architect this solution?
I’m currently writing an application that will extract data from a few different websites
Share
It seems like a good way to me, as good as any, except it’s not very backwards compatible, it might be better to do the graphing server side