YVR-Hackathon-ICN-Hacks / YVR-ICNHacks

React Native mobile application for iOS and Android powered by Expo Go for YVR Hackathon 2024 🛫
1 stars 4 forks source link

[YVR-Client-67] Create new function in client that fetch data #25

Closed jasper-oh closed 7 months ago

jasper-oh commented 7 months ago

https://trello.com/c/Qbx9wvLg

: api/data/{targetAreaCode}/{targetDate} -> getDataByAreaCodeAndDate : api/data/{targetAreaCode} -> getDataByAreaCode

jasper-oh commented 7 months ago

Expected Response data format

[ { "air_flow": 92.3289375, "area_id": "ITB_VAV_A42_W3327_02", "co2": 552.96009825, "id": "ITB_VAV_A42_W3327_02_2024-03-24_00", "temperature": 21.865713125, "timestamp": "2024-03-24T00:00:00.000Z" }, { "air_flow": 92.711746225, "area_id": "ITB_VAV_A42_W3327_02", "co2": 556.76658625, "id": "ITB_VAV_A42_W3327_02_2024-03-24_01", "temperature": 21.56865505, "timestamp": "2024-03-24T01:00:00.000Z" } ]