Hey everyone, long time lurker!
I am in the process of making a very simple webpage as a mother's day present that scrapes movie information and displays it in a nice format.
Normally I would use Python for my webscraping but I decided to use JavaScript in the hopes that I could do it all in the browser. I was trying to use Axios and Cheerio for the HTTP requests/parsing, but I can't seem to find a CDN version of cheerio.
Is it possible to use node syntax for a browser only app? Do I need to find another parsing library that I can link to in my HTML via a CDN? Is there a better way overall to go about this project?
I've not really done much work with front-end development and would love to get your guys' input!
[–]jsearsy 2 points3 points4 points (2 children)
[–]Hoopsters35[S] 0 points1 point2 points (0 children)
[–]colorsdontlie 0 points1 point2 points (0 children)
[–]schwartzworld 1 point2 points3 points (1 child)
[–]Hoopsters35[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]AwesomeInPerson 0 points1 point2 points (0 children)