#Flow:
- Asks user which year they want the songs from
- Get request to https://www.billboard.com/charts/hot-100 + {user's input date}
- Scrape the data and get all the title text
- Make a call to spotify API
- Create a new playlist containing all the songs
#Flow: