Added Everyman cinema

This commit is contained in:
Martin Donnelly 2020-03-19 10:53:46 +00:00
parent 40108b55e6
commit 32c9426ecb
2 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,8 @@ const eventCache = {
const cinemas = [{ 'id': 'cwr', 'url': 'https://film.list.co.uk/cinema/14982-cineworld-renfrew-street/' },
{ 'id': 'gsc', 'url': 'https://film.list.co.uk/cinema/13590-cineworld-glasgow-science-centre/' },
{ 'id': 'pho', 'url': 'https://film.list.co.uk/cinema/12500-showcase-cinema-paisley/' }];
{ 'id': 'pho', 'url': 'https://film.list.co.uk/cinema/12500-showcase-cinema-paisley/' },
{'id':'evr', 'url':'https://film.list.co.uk/cinema/111845-everyman-glasgow/'}];
module.exports = {
'getEvents': function (req, res) {

View File

@ -1,6 +1,7 @@
<div class="mui-container">
<a href="/cinema/0">Cineworld Glasgow</a> /
<a href="/cinema/1">Imax Science Centre</a> /
<a href="/cinema/2">Showcase Phoenix</a>
<a href="/cinema/2">Showcase Phoenix</a> /
<a href="/cinema/3">Everyman Cinema</a>
</div>
</div>