All Projects → gkye → TheMovieDatabaseSwiftWrapper

gkye / TheMovieDatabaseSwiftWrapper

Licence: MIT license
Swift wrapper for themoviedb.org api v3

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to TheMovieDatabaseSwiftWrapper

laravel-tmdb
Interact with TMDB data in your Laravel application.
Stars: ✭ 25 (-80.16%)
Mutual labels:  tmdb, tmdb-api, movies-api
AndroidTVMovieParadise
Movie Paradise is an Android TV 📺 app. ExoPlayer, Dagger 2, RxJava libraries are used.
Stars: ✭ 68 (-46.03%)
Mutual labels:  tmdb-api, movies-api
flask-movie-app
A watch-list app with Flask using the TMDB API with CRUD and user authentication.
Stars: ✭ 26 (-79.37%)
Mutual labels:  tmdb, tmdb-api
auto-movie-tagger
A Python script that auto tags and adds poster to mkv or mp4 movie files.
Stars: ✭ 49 (-61.11%)
Mutual labels:  tmdb, tmdb-api
tmdb-api
This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.
Stars: ✭ 31 (-75.4%)
Mutual labels:  tmdb, tmdb-api
Paging-3-Sample
This app is created as a sample app which loads movies from Tmdb api and uses Paging 3 library to show it in a Recycler view.
Stars: ✭ 96 (-23.81%)
Mutual labels:  tmdb, tmdb-api
TVToday
iOS TV Shows app with TMDb Api. RxSwift, MVVM, Clean Architecture. Tuist + Swift Package Manager
Stars: ✭ 27 (-78.57%)
Mutual labels:  tmdb, tmdb-api
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (-84.13%)
Mutual labels:  tmdb, movies-api
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (-69.84%)
Mutual labels:  tmdb, tmdb-api
JewelCase
This is the source code for JewelCase, a sample app demonstrating how to use SwiftUI and Firebase together. This slide deck discusses the architecture of the app: https://www.slideshare.net/peterfriese/building-swiftui-apps-with-firebase
Stars: ✭ 42 (-66.67%)
Mutual labels:  tmdb-api
movie-api
[DEPRECATED] 🎬 Get info for movies and TV shows
Stars: ✭ 32 (-74.6%)
Mutual labels:  tmdb
Movies-App-Flutter
MoviesApp based on themoviedb API
Stars: ✭ 146 (+15.87%)
Mutual labels:  movies-api
vue-netflix-clone
The repository contains the clone of the application with millions of active users in real life.
Stars: ✭ 32 (-74.6%)
Mutual labels:  tmdb-api
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-80.95%)
Mutual labels:  tmdb
TMDb
A simple Android client for The Movie DB in Material Design
Stars: ✭ 65 (-48.41%)
Mutual labels:  tmdb
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+15.08%)
Mutual labels:  tmdb
Moviepark
A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.
Stars: ✭ 32 (-74.6%)
Mutual labels:  tmdb
FlutterMovieDetail
Simple Flutter Movie List & Detail Screen ui.
Stars: ✭ 40 (-68.25%)
Mutual labels:  movies-api
WhatFilm
Simple iOS app using TMDb API and RxSwift
Stars: ✭ 35 (-72.22%)
Mutual labels:  tmdb-api
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+23.81%)
Mutual labels:  tmdb

Platforms Swift Package Manager CocoaPods Compatible codebeat badge GitHub issues GitHub license

Usage

  1. Get an API key-> themoviedb.org

"A TMDb user account is required to request an API key."*

2. View Wikis for examples

Installation

TMDBSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TMDBSwift"

TMDBSwift is available through Swift Package Manager. To install it to your project, simply add the following to your Package.swift file:

.package(url: "https://github.com/gkye/TheMovieDatabaseSwiftWrapper", from: "0.7.0"),

ENDPOINTS

Author

George Kye

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].