Skip to content

Get matched with a new book based on your preferences.

Notifications You must be signed in to change notification settings

liamshatzel/bookmatch

Repository files navigation

bookmatch

Simple website to help you match with your next book to read.

About:

  • The books are pulled from the Google Books API.
  • To accomodate for the union of user inputs rather than taking an intersection, each input the user enters into the text boxes are as seperate API queries.
  • Another more specific query of the intersection of all three inputs is performed for more precise results. All of these results are then aggregated.
  • In order to find matches, information about the books are hashed into specific hash maps and collisions are counted based on likes.
  • Taking these properties it performs a new query and matches the user with a random book from the new query list.

image

About

Get matched with a new book based on your preferences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published