bcye / whathaveiread

WHIR - What have I read? Is an iOS app that allows you to keep track of all books you've read and keep a short summary about them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status codecov

whathaveiread

This project uses CocoaPods, but the Pods directory is checked into this repo, so no pod install is necessary. However, be sure to do your work in WHIR.xcworkspace instead of WHIR.xcodeproj.

We are using the Google Books API to query information on the books. Before building the project, you need to recreate the keys.plist file:

  1. Go to WHIR > Resources
  2. Create a new file named keys.plist
  3. Add a key-value pair: the key is G_API_PROD and the value is your Google Books API key (you can generate one in the Google API console)
  4. Build

License

The project is licensed under the GNU GPL v3 license, as declared in the LICENSE file.

About

WHIR - What have I read? Is an iOS app that allows you to keep track of all books you've read and keep a short summary about them.

License:GNU General Public License v3.0


Languages

Language:Swift 99.2%Language:Ruby 0.8%