Inspiration
I was stuck at home, nothing to do. No Netflix account. No friend to "lend" me their's. But I wanted to watch some Brooklyn nine-nine!
What it does
The user clicks a button and from the JSON with all the available episodes a random one is selected. Then using the Youtube iframe API, the video is autoplayed for the user. They can also press a button to start a new one if they get bored.9
How I built it
- First I collected together the playlist for each season's cold opens.
- Then I used this tool to get an Excel sheet http://www.williamsportwebdeveloper.com/FavBackUp.aspx
- Then I put all that data into an Airtable and formatted it. Also used APIs and Javascript to get missing data.
- Converted that Airtable stuff to JSON.
- Created Javascript code to get a random value
- Created an MVP without styling
- Redid the JS Code to use the Youtube API
- Styled the app
- Done!
Challenges I ran into
It was very hard to get the data, I had to hack the data together!
Accomplishments that I'm proud of
I'm proud of my problem solving to get all the data I needed
What I learned
All about JSON
Log in or sign up for Devpost to join the conversation.