Skip to content

Commit

Permalink
Flat: latest data (2024-09-03T07:56:20.428Z)
Browse files Browse the repository at this point in the history
{
  "date": "2024-09-03T07:56:20.428Z",
  "files": [
    {
      "name": "history.csv",
      "deltaBytes": 38,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    },
    {
      "name": "weather.json",
      "deltaBytes": -1,
      "source": "https://api.openweathermap.org/data/2.5/weather?lat=44.81&lon=20.46&units=metric&appid=***"
    }
  ]
}
  • Loading branch information
flat-data committed Sep 3, 2024
1 parent 0395e04 commit 147b72a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions history.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
temperature in °C,description,date
26.04,Clear,2024-09-03T07:56:20.278Z
23.04,Clear,2024-09-03T06:56:33.960Z
20.04,Clear,2024-09-03T05:56:20.398Z
18.04,Clear,2024-09-03T04:56:23.462Z
Expand Down
2 changes: 1 addition & 1 deletion weather.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":23.04,"feels_like":22.6,"temp_min":21.92,"temp_max":23.04,"pressure":1015,"humidity":46,"sea_level":1015,"grnd_level":1000},"visibility":10000,"wind":{"speed":3.09,"deg":230},"clouds":{"all":0},"dt":1725346593,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1725336191,"sunset":1725383528},"timezone":7200,"id":865971,"name":"Stari Grad","cod":200}
{"coord":{"lon":20.46,"lat":44.81},"weather":[{"id":800,"main":"Clear","description":"clear sky","icon":"01d"}],"base":"stations","main":{"temp":26.04,"feels_like":26.04,"temp_min":25.92,"temp_max":26.04,"pressure":1015,"humidity":38,"sea_level":1015,"grnd_level":1000},"visibility":10000,"wind":{"speed":1.54,"deg":190},"clouds":{"all":0},"dt":1725350179,"sys":{"type":1,"id":7028,"country":"RS","sunrise":1725336191,"sunset":1725383528},"timezone":7200,"id":792680,"name":"Belgrade","cod":200}

0 comments on commit 147b72a

Please sign in to comment.