mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02:00
Database migration to support more weather properties
This commit is contained in:
parent
e2285e2deb
commit
a549149452
4 changed files with 60 additions and 13 deletions
|
@ -21,6 +21,9 @@ const getExternalWeather = async () => {
|
|||
cloud: cursor.cloud,
|
||||
conditionText: cursor.condition.text,
|
||||
conditionCode: cursor.condition.code,
|
||||
humidity: cursor.humidity,
|
||||
windK: cursor.wind_kph,
|
||||
windM: cursor.wind_mph,
|
||||
});
|
||||
return weatherData;
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue