add Meteo part

This commit is contained in:
Romulus21
2023-09-24 11:19:58 +02:00
parent bfaf82f264
commit 33b2044859
23 changed files with 429 additions and 31 deletions

View File

@@ -70,4 +70,5 @@ interface User {
id: number,
name: string,
email: string,
locations: {id: number, latitude: number, longitude: number}[],
}