Hook

Their other posts in the index, biggest breakout first.
Here's a fun coding project that my friend and I decided to do over the weekend. We were fully inspired by Ryan Ward who created the Spotipi which lets you see album art while you're playing a song. Now, Ryan's code was written in Python, so we decided that we wanted to write our code in Rust. Not only will it display album art, but we also want our project to be able to display weather, stocks, and whatever else. One of the first things that we did was grab your Spotify credentials using a script that we created. We had to create a Spotify developer app, but we are looking to automate that process so you won't have to do that at all. We had to know exactly which song was playing so we could display it on the board. Our script produces this JSON file which contains the information that you need for the Spotify API. And sadly, we didn't get too far into this project today because we ended up getting a pretty big bug.