Python
Swift
Date: Early 2022
Information:
Description
The app lets the user select a year, then returns a playlist with the charts of that year and saves it to the user’s Spotify account.
Reason for development
The intent of the project was to learn how to combine the powers of Python and Swift. An API written in Python webscrapes the charts of the year and returns it to the application.
Problem I faced
- Webscrape the charts with Swift
How I solved it
- Write an API in python, host it on a webserver and call the API with the app.
What I learned
Core Data for storing user credentials
- Spotify API with Swift
- Advanced Web Scraping with Python