feat: add weather card response and clean up code
This commit is contained in:
77 files changed
+57
-17
No files matched your search
@@ -14,7 +14,8 @@ data class Weather(
|
||||
data class Now(
|
||||
val temp: String,
|
||||
val text: String,
|
||||
val windDir: String
|
||||
val windDir: String,
|
||||
val icon: String,
|
||||
)
|
||||
|
||||
data class Refer(
|
||||
|
||||
Reference in New Issue
Block a user