Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 936 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 936 Bytes

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.