feat: Ability to view stations from the API

Addition of a single component for stations; creation of structure; creation of function to retrieve bikes in real time
This commit is contained in:
2023-09-02 17:19:40 +02:00
parent 752a1f8b32
commit 701d163547
7 changed files with 222 additions and 6 deletions

View File

@ -14,4 +14,7 @@ struct velibtrackerApp: App {
ContentView()
}
}
init() {
fetchVelibData()
}
}