How do I add a feed/list of newly announced cinema times to my website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I add a feed/list of newly announced cinema times to my website?

I want this to be done automatically, like an rss feed or Google alerts sending you an email. Though, I'd have a dedicated page on my website that would have a simple record (film/location/date of 1st showing) of newly announced films showing in local cinemas. Once the information is delivered, after some css/presentation it should work automatically? If anyone knows how to do this I'd really appreciate it, and please correct me if I think this is more simple than it actually is, thanks

19th Feb 2017, 6:36 PM
Rhea
Rhea - avatar
2 Answers
+ 2
To do this, you need to have access to such data... Maybe you can find some free, probably for payement... else, you must to make http requests to retrieve web pages with the data you want "steal", parse the Html received to extract what you want. Usually, this is done on server side: I don't know if you can ( and if it is, if it's effecient ) with Javascript only at client side ^^
19th Feb 2017, 11:07 PM
visph
visph - avatar
+ 2
I haven't used it but http://www.cinelist.co.uk/ looks promising. Assuming you didn't find an answer already...
4th Oct 2019, 9:08 AM
Peter David Carter
Peter David Carter - avatar