Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kxvn-lx/Ghibliii
Studio Ghibli Movie database in Swift. For iOS, iPadOS, and MacOS.
https://github.com/kxvn-lx/Ghibliii
ios studio-ghibli studio-ghibli-api studioghibli swift uikit
Last synced: about 1 month ago
JSON representation
Studio Ghibli Movie database in Swift. For iOS, iPadOS, and MacOS.
- Host: GitHub
- URL: https://github.com/kxvn-lx/Ghibliii
- Owner: kxvn-lx
- License: apache-2.0
- Created: 2020-07-26T12:38:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:42:30.000Z (over 4 years ago)
- Last Synced: 2024-08-03T17:18:18.637Z (4 months ago)
- Topics: ios, studio-ghibli, studio-ghibli-api, studioghibli, swift, uikit
- Language: Swift
- Homepage: https://kevinweb.tech
- Size: 19.3 MB
- Stars: 26
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Ghibliii
README
# Ghibliii
Studio Ghibli Movie database in Swift![image1](/Images/image1.png)
![image2](/Images/image2.png)
*Colours are shifted due to compression## About
This started as a way for me to do something in this quarantine time. I was watching Spirited away and My neighbor totoro when i was strucked with the idea of creating a simple app as a way to tell each movies and marked them as watched (since i am actually enjoying them!)This app uses apple's latest iOS 13+ API (as a way for me to practice too) instead of the old methods in displaying collections.
Feel free to submit a PR because contribution is always fun!## Features
- [x] Studio Ghibli movie complete database
- [x] Cloud syncing (Cross platform under the same iCloud)
- [x] Privacy first app, only you have access to your own data
- [x] Gestured based
- [x] Optimised for iOS, iPadOS, MacOS, 100% Swift.
- [x] Add any movies to your watched bucket to mark them as watched## What can be added
- [ ] Offline support (CoreData maybe?)
- [ ] Added people sections for each movies (Need to modified the original people datasource)
- [ ] Suggest... 😊## Installation
Clone this repo, build, and run!## Contact
[Twitter](https://www.twitter.com/kevinlx_)## Acknowledgement
The datasource for this project is based off of a modified API from [ghibliapi](https://github.com/janaipakos/ghibliapi)