We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Front end application that reads API and displays data.
Create MongoDB server. Create data structures. Create REST API. Store validated show times in database.
Server side process that scrapes and processes the URL's. Processes the raw scrape into a valid data structure ready to insert into database.
Successfully parse the show times into a valid JSON file, ready to store into a database. Doesn't have to be pretty, just needs to work.