An iOS app that lets you search for books and create bookshelves to organize the books that you love, the books that you may want to read and so on.
"Reading is a mighty engine, beside which steam and electricity sink into insignificance."
- Melvil Dewey, creator of the Dewey Decimal System
This app uses the iTunes Search API to search for books and Core Data to store your saved books. This app also uses the Sight Engine API to detect the dominant colour in a book cover (for displaying purposes).
-
Go to the Sight Engine website to get API keys. (The iTunes Search API does not require any API keys.)
-
This app uses CocoaPods-keys to store the API keys. Once you have your API keys, open a terminal in the application's folder and run
pod install
. You will be prompted to enter in the API keys. -
Open
Dewey.xcworkspace
in Xcode. -
Build and run the app.
Note: This project is made for personal use only.