Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 717 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 717 Bytes

Widgets

SwiftUI Widget based app to track Spotify songs

Dark

Light

API folder:

Contains networking code using Combine from Spotify API

Extensions folder:

Extra functionality

Stubs folder:

JSON for testing purposes

ViewModels folder:

TracksViewModel.swift which mainly fetches the list of tracks from API past token generation.

Views folder:

All UI elements, including list, detail and search bar.

WidgetTests folder:

MockAPIProvider.swift fakes URL response from Stub Track.json folder. This is made possible via API/URLSession.swift.