Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/PPacie/CombineBookSearch
- Owner: PPacie
- Created: 2019-06-20T13:53:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T14:49:11.000Z (about 5 years ago)
- Last Synced: 2024-08-03T09:03:05.565Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 11.9 MB
- Stars: 64
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-about-SwiftUI - CombineBookSearch
README
# CombineBookSearch
SwiftUI + Combine + MVVMExample 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 :)