erunion / showtimes

[deprecated] a movie showtimes API
MIT License
52 stars 14 forks source link

Add showtimes booking urls #40

Closed iuriaranda closed 8 years ago

iuriaranda commented 8 years ago

Google Movies also gives (when available) urls for each movie showtime, to buy tickets for that movie. So I've added a new property to the movie object with those urls: showtime_tickets

erunion commented 8 years ago

Awesome! You have an example zip code or theater where this is present?

iuriaranda commented 8 years ago

"Barcelona, Spain". There are various theaters here that have those links.

erunion commented 8 years ago

Can you run a lint check on this (npm run lint, though you might need to install standard)? I'm Seeing a few things that are off from the coding standards the project has set up.

I'll merge this in after those are squared away.

iuriaranda commented 8 years ago

I've submitted the linting fixes. Hope that is ok now.