Skip to content

An application that provides a way for spotify users to test their knowledge of music artists! Can you identify every song from your favorite musicians?

License

Notifications You must be signed in to change notification settings

NealSavant/KnowSong.life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Know Song | A Spotify Trivia Web Application

  • Josh Hollopeter
  • Neal Savant

Overview

Website: https://knowsong.life

DEMO: https://youtu.be/dVlqUsrqO2M

A RESTful web application using Musixmatch and Spotify API to generate trivia questions on music artists. A user can log in through spotify using OAuth2 setup in Spring Security. Artist information is stored in the database for the purpose of developing questions for users, with the additional functionality of limiting external API requests. Database also keeps track of all games played.

Note 2: This application is intended for premium Spotify accounts due to licensing issues with record labels.

Game modes include:

  • Identify song from 30 second audio segment

  • Identify song from lyrics (Functional, but unable to scale due to rate limiting issues. disabled)

Data Flow

Diagram.png

Database (New v 1.0 Release)

Simplified the question and game history storage with expansion for multiplayer in mind. More noticeably, storage of Spotify media metadata is implemented. This is a necessary transition due to the limitations of API requests. Client side instances will check the database for artist information before hitting Spotify's API. Database.png

Technologies and Development Techniques

  • Java 8
  • TypeScript
  • Javascript
  • Angular 10
  • Spring REST
  • Spring Boot
  • Spring Security
  • Java Persistence API (JPA)
  • SQL
  • MySQL Workbench
  • OAuth2
  • HTML / CSS
  • Gradle
  • Postman: API Testing
  • JUnit 5: Test Driven Java Development
  • Apache Tomcat
  • AWS EC2
  • Github/Git: Version Control
  • Agile Development

Gameplay Photos

Searching for an Artist using Spotify's catalogue

ArtistSearch.png

Dynamically generated questions using the artist's full music catalogue

Game.png

A user's game history page

GameHistory.png

Future Versions

  • Web Socket Application Layer Protocol
    • Multiplayer Trivia
  • Clean up and overhaul CSS (In progress v 1.0)
  • Achievements and Statistics
  • Game logic improvements (In progress v 1.0)
  • All changes will be updated with stable release.

About

An application that provides a way for spotify users to test their knowledge of music artists! Can you identify every song from your favorite musicians?

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 40.7%
  • TypeScript 40.4%
  • CSS 10.6%
  • HTML 7.3%
  • JavaScript 1.0%