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
- Host: GitHub
- URL: https://github.com/pchelnikov/themovies
- Owner: pchelnikov
- License: mit
- Created: 2018-11-17T19:40:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T20:26:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T21:11:25.704Z (about 1 year ago)
- Topics: example, ios, swift, swift4, themoviedb, themoviedb-api
- Language: Swift
- Size: 2.98 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Movies
An Example iOS Application working with [The Movie DB API](https://www.themoviedb.org/documentation/api).
[](https://github.com/pchelnikov/TheMovies/blob/master/LICENSE)
[](https://github.com/pchelnikov/TheMovies)
[](https://github.com/pchelnikov/TheMovies)
[](https://github.com/pchelnikov/TheMovies)

## 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.