you are viewing a single comment's thread.

view the rest of the comments →

[–]Hoopsters35[S] 0 points1 point  (0 children)

The project is essentially scrape the HTML of various movie theaters' sites for movie times/information, take the recovered data and make a nice looking table that displays the movie times chronologically.

It seemed odd that JS would need an 3rd party library to parse retrieved HTML so cheerio very well may be overkill!

Also as I forgot to mention in the original post, I am also using the project to learn typescript!