Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 575 Bytes

Final project for CS 310 Scalable Software Architecture

A Spotify playlist generator using the Billboard Top 100 playlist from Spotify. Users can create playlists and add random songs based off on genre to specific playlists.

Users can perform 10 commands:

0 => ends the program

1 => create user

2 => login

3 => authenticate token (user session)

4 => top weekly songs

5 => check playlists

6 => create playlist

7 => Random playlist genre-nator

8 => most popular song in playlist

9 => logout

Made by Leo Zhang and Ryan Lei