Skip to content

Commit

Permalink
Beispiel-Daten in db.json für Weater App via my-json-server.typicode.com
Browse files Browse the repository at this point in the history
  • Loading branch information
behrends committed Nov 22, 2021
1 parent 1494021 commit ceec436
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"locations": [
{ "id": 1, "name": "Hamburg", "temp": 2 },
{ "id": 2, "name": "Paris", "temp": 4 },
{ "id": 3, "name": "New York", "temp": -1 },
{ "id": 4, "name": "Sydney", "temp": 20 }
]
}

0 comments on commit ceec436

Please sign in to comment.