Newline - Build a Spotify Connected App

Newline - Build a Spotify Connected App

Register & Get access to index
DZyQzVI.png


Learn how to build a full stack web app to visualize personalized Spotify data with the help of Node.js, React, Styled Components, and the Spotify Web API.

What You Will Learn​

Principles of REST APIs and how they relate to the Spotify API
What OAuth is and how it works
How to implement the Spotify OAuth flow with JavaScript
How to use local storage to store auth tokens
How to fetch data from the Spotify API in a React app
How to handle async code with React hooks and async/await
How to efficiently style an app with Styled Components
How to deploy an app with a React front-end and Node.js back-end to Heroku
Have you ever been curious to see what your Spotify data looks like? How a round-up of your listening habits gets compiled every year? Or even wanted to see metadata of your favorite tracks? Luckily, Spotify makes a ton of interesting data like this accessible via the Spotify API. For example, there is data available for every users’ top tracks and artists of all time and audio features like danceability and tempo for every single track.

Why this course​

If you're interested in accessing personalized Spotify data like we mentioned above, Spotify requires your app to be authorized. And to get authorization, you'll need to implement something called OAuth. This course will walk you through every step of the OAuth flow in a concise, easy to follow way. Unlike YouTube tutorials that only cover a few concepts and leave you with half-baked GitHub repositories, we'll cover everything from explaining what REST APIs are to implementing Spotify's OAuth flow to fetching data from the Spotify API in React hooks. Split into seven modules, each lesson includes clear, detailed explanations and complete code examples. By the end of the course, you'll have an app deployed to the internet that you can share with your friends and add to your portfolio.

What we’ll build​

On the front end, we’ll build out a professional, responsive user interface with React, React Hooks, and the popular CSS-in-JS library, Styled Components. We’ll pull in data from the Spotify API using modern ES6 async/await methods and display that data in an engaging way.
On the back end, we’ll learn the basics of REST APIs, HTTP requests, and OAuth. We'll lift the veil on how to authorize an app with Spotify, and then build a Node server with the Express framework to handle our authentication requests. Finally, we’ll deploy our app to the internet using Heroku.
Top Artists

Top Tracks

Playlist tracks sorted by tempo
Author
TUTProfessor
Downloads
552
Views
5,625
First release
Last update
Rating
3.00 star(s) 1 ratings

More resources from TUTProfessor

Latest reviews

Good