Nothing Special   »   [go: up one dir, main page]

Skip to content

pinarol/MovieBook

Repository files navigation

MovieBook

Experimental App that can search for movies using the IMDB API. The project makes use of Combine where applicable.

Search Results

Doing following things with Combine:

  • A generic network layer that can decode any Network response to the specified Decodable object: See NetworkManager
  • Transforming decoded network result and errors into UI models. See MovieSearchViewModel
  • Filtering and debouncing the search input to avoid unnecessary nerwork activity. See: MovieSearchViewController

About

Experimental App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages