Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-shi authored Dec 16, 2021
1 parent 4131a5b commit 3e5b282
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions finalproject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ The website should be displayed in address http://127.0.0.1:5000/

You need to change the value of OAuthToken in the python code to a valid token
link to OAuth Token Generator: https://developer.spotify.com/console/get-search-item/


Final Project Description:

Our app uses Spotify as OAuth to login and as its first API to determine the users' top playlist and favorite music genre. We then take this favorite music genre and go to our second API, Google Books. We find a book related to their favorite music genre and generate it out. If the user chooses to, they can also decided to refresh the page and get another book suggestion. User information is stored in the database. We remember the user id, playlist, favorite music genre and book title. When a user goes to our website we first check to see if the user is already in our database or not. We ended up using Flask, Postgres and HTML/CSS.

0 comments on commit 3e5b282

Please sign in to comment.