Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/PPacie/CombineBookSearch

SwiftUI + Combine + MVVM - Book search example
https://github.com/PPacie/CombineBookSearch

Last synced: 2 months ago
JSON representation

SwiftUI + Combine + MVVM - Book search example

Awesome Lists containing this project

README

        

# CombineBookSearch
SwiftUI + Combine + MVVM

Example project of [SwiftUI](https://developer.apple.com/xcode/swiftui) and [Combine](https://developer.apple.com/documentation/combine) using [MVVM](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) architecture pattern.



## Requirements

- Xcode 11 Beta 5
- macOS 10.15 Beta 5 for SwiftUI Previews

## Credit
- It makes uses of the [Google Books API](https://developers.google.com/books/docs/v1/using) to perform the search.
- [ra1028](https://github.com/ra1028/) for the inspiration :)