This application allows the user to either use their current location, or input a zip code in order to generate a list of the movies playing in the immediate vicinity. Then the user can select a particular movie to view the specifics for, at which point in time the information for that film as well as a listing of all the times that movie is playing for the rest of the day, along with accompanying theater information and links to purchase tickets are also displayed. Additionally the YouTube API is queried and videos/trailers pertaining to the film selected are displayed. The app is fully mobile-ready for any size device.
- CineCache - Deployed Version of the Site can be viewed here.
The only thing you need to enjoy the pleasure and ease of searching for movies via CineCache is a web browser. To view/manipulate the code you need a TextEditor or IDE.
Web Browser - Google Chrome Preferred
No Installation Necessary
- Bootstrap - For the CSS Styling of the Webpage.
- Firebase - For login authentication as well as future development of the user profiles/favorites.
- Moment.js - For handling and displaying current time data from the APIs.
- Gracenote Developer API - For getting the movie & showtime information.
- YouTube Data API - Gathering the videos/trailers to display.
- Dalton Ricker -- SasquatchXYZ
- Scott Ritchey -- Sritchey1
- Sydney Tolbert -- stolbert3
- Abdul Hameed Sabree -- ahs448
- Hat tip to anyone whose code was used
- Inspiration
- and finding a movies API that actually worked.