Skip to content

kaitlyngore/capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

capstone

Description

This application can query The Movie Database(TMDB) to find TV shows. Information about the series, including where it is currently streaming, is displayed. A series can be saved so the user can quickly access the details later. Note: This product uses the TMDB API but is not endorsed or certified by TMDB.

Setup

Apply For an API Key

Apply for a key through The Movie Database at: https://developers.themoviedb.org/

Add API Key to Project

In a new Swift file, set the variable APIKey to the key you received. For example: let APIKey = "yourAPIKey"

Set Up Google Firebase Database

At https://firebase.google.com/, create a new project. Follow on-screen instructions to connect Firebase to this project. In the Firebase console, create a Cloud Firestore database for the project.

Dependencies

  • Google Firestore (FirebaseFirestore and FirebaseFirestoreSwift-Beta)

Resources

Demo

Capstone.screen.recording.mp4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages