/Dewey

An iOS app that lets you search for books and create bookshelves to organize any books you may want to save.

Primary LanguageSwift

Dewey

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


Screenshots

How it works

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).

How to use it

  1. Go to the Sight Engine website to get API keys. (The iTunes Search API does not require any API keys.)

  2. 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.

  3. Open Dewey.xcworkspace in Xcode.

  4. Build and run the app.


Note: This project is made for personal use only.