Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brittanyarima/MovieDB
Movie Info App - SwiftUI
https://github.com/brittanyarima/MovieDB
Last synced: 2 months ago
JSON representation
Movie Info App - SwiftUI
- Host: GitHub
- URL: https://github.com/brittanyarima/MovieDB
- Owner: brittanyarima
- Created: 2022-07-04T17:56:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T22:35:45.000Z (about 2 years ago)
- Last Synced: 2024-08-03T17:21:05.875Z (6 months ago)
- Language: Swift
- Size: 516 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - MovieDB
README
# MovieDB
**MOVIE INFO APP - SWIFTUI**This app was built using SwiftUI and the TMDB Api.
This is a simple app that allows users to see details and cast info about popular and newly released movies, as well as search for movies.**IF YOU WANT TO TRY THIS APP OUT:**
1. You will need a free api key from themoviedb.org.
2. Create a Constants.swift file in the cloned Xcode project.
3. Create these two constants in the file:
static let imageBaseUrl = "https://image.tmdb.org/t/p/original"
static let apiKey = "YOUR API KEY HERE"