Skip to content

A ruby/rack app on Roda framework integrating APIs: bookmooch, goodreads, and overdrive.

Notifications You must be signed in to change notification settings

cchoi12/yonderbook

 
 

Repository files navigation

Codeship Status for stephaniewilkinson/bookmooch Codacy Badge Dependabot Status

Yonderbook | Tools for Bookworms 📒

Installation

git clone [email protected]:stephaniewilkinson/bookmooch.git
cd bookmooch
cp .env-example .env # if you msg me I can share my api keys
rake db:create
rake db:migrate
rackup

Testing

rake

TODO: Clearly display the Goodreads name or logo on any location where Goodreads data appears. For instance if you are displaying Goodreads reviews, they should either be in a section clearly titled "Goodreads Reviews", or each review should say "Goodreads review from John: 4 of 5 stars..."

TODO: Link back to the page on Goodreads where the data data appears. For instance, if displaying a review, the name of the reviewer and a "more..." link at the end of the review must link back to the review detail page. You may not nofollow this link.

Routing

This app uses the roda-route-list plugin. This makes all the routes available in a /routes.json file.

About

A ruby/rack app on Roda framework integrating APIs: bookmooch, goodreads, and overdrive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.7%
  • Ruby 39.0%
  • CSS 3.3%