An open API service indexing awesome lists of open source software.

https://github.com/pchelnikov/themovies

An Example iOS Application working with The Movie DB API (https://www.themoviedb.org/), written in Swift
https://github.com/pchelnikov/themovies

example ios swift swift4 themoviedb themoviedb-api

Last synced: about 1 year ago
JSON representation

An Example iOS Application working with The Movie DB API (https://www.themoviedb.org/), written in Swift

Awesome Lists containing this project

README

          

# The Movies

An Example iOS Application working with [The Movie DB API](https://www.themoviedb.org/documentation/api).

[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/pchelnikov/TheMovies/blob/master/LICENSE)
[![iOS](https://img.shields.io/badge/platform-iOS-green.svg)](https://github.com/pchelnikov/TheMovies)
[![Swift 4.2](https://img.shields.io/badge/swift-4.2-orange.svg)](https://github.com/pchelnikov/TheMovies)
[![Xcode](https://img.shields.io/badge/Xcode-10%2B-green.svg)](https://github.com/pchelnikov/TheMovies)

![TheMovies](https://github.com/pchelnikov/TheMovies/blob/master/Assets/TheMovies-screens.jpg)

## How to run

Clone or download the project and run `pod install`.

## Third-party dependencies

- [RxSwift](https://github.com/ReactiveX/RxSwift) — Reactive Programming in Swift.
- [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa) — Reactive Programming in Swift.
- [Kingfisher](https://github.com/onevcat/Kingfisher) — A lightweight, pure-Swift library for downloading and caching images from the web.
- [MarkerKit](https://github.com/pchelnikov/MarkerKit) — A lightweight and easy to use wrapper for Auto Layout Constraints.

## Credits

- Design: [Max Gribov](https://github.com/maxgribov)

## What to do next

* Fix known [issues](https://github.com/pchelnikov/TheMovies/issues)
* Writing tests

## License

TheMovies is available under the MIT license. See the LICENSE file for more info.