{"id":15154243,"url":"https://github.com/storres20/bio-data-nextjs","last_synced_at":"2026-01-19T09:01:45.582Z","repository":{"id":252842466,"uuid":"841621972","full_name":"storres20/bio-data-nextjs","owner":"storres20","description":"A real-time monitoring web application built with Next.js that displays temperature data using dynamic, auto-updating charts. Data is captured by a DS18B20 sensor connected to an ESP32 and sent to a backend server, where it's fetched and displayed on the frontend with interactive graphs.","archived":false,"fork":false,"pushed_at":"2026-01-13T05:04:18.000Z","size":2594,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T08:33:44.810Z","etag":null,"topics":["arduino-ide","dht22","ds18b20","esp32","magnetic-sensor","mongodb-database","netlify-deployment","nextjs14","realtime","tailwindcss"],"latest_commit_sha":null,"homepage":"https://bio-data-nextjs.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/storres20.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-12T19:23:16.000Z","updated_at":"2026-01-13T05:06:38.000Z","dependencies_parsed_at":"2024-09-02T15:40:36.965Z","dependency_job_id":"1ede250f-3c10-4607-ad46-912c8c49a1c2","html_url":"https://github.com/storres20/bio-data-nextjs","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"a2745795b5ef40c37e08d44b8dd83acb08d25199"},"previous_names":["storres20/bio-data-nextjs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/storres20/bio-data-nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storres20%2Fbio-data-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storres20%2Fbio-data-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storres20%2Fbio-data-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storres20%2Fbio-data-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/storres20","download_url":"https://codeload.github.com/storres20/bio-data-nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storres20%2Fbio-data-nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino-ide","dht22","ds18b20","esp32","magnetic-sensor","mongodb-database","netlify-deployment","nextjs14","realtime","tailwindcss"],"created_at":"2024-09-26T17:20:23.060Z","updated_at":"2026-01-19T09:01:45.577Z","avatar_url":"https://github.com/storres20.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MHUTEMP Frontend Application\n\n## Version 2026 - ESP32\n\u003cimg width=\"1920\" height=\"1555\" alt=\"image\" src=\"https://github.com/user-attachments/assets/3cd21e0e-50ba-4685-8738-51d160d0c7db\" /\u003e\n\n\nThis is the frontend application of the **MHUTEMP** project, providing a real-time dashboard and historical data view for temperature and humidity monitoring.\n\n## 🚀 Features\n\n- Real-time data updates every 2 seconds using WebSocket.\n- Historical data view with date-based filtering.\n- Responsive web dashboard design.\n- Visualisation of temperature and humidity charts.\n\n## 🔧 Technologies Used\n\n- Next.js (React.js framework)\n- Chart.js or Recharts (for graph visualisation)\n- WebSocket Client\n- Axios (for API requests)\n\n## 🛠️ Installation\n\n1. Clone this repository:\n```sh\ngit clone https://github.com/storres20/bio-data-nextjs.git\n```\n\n2. Install dependencies:\n```sh\npnpm install\n```\n\n\n3. Create a `.env.local` file with the backend API URL:\nNEXT_PUBLIC_API_URL=http://your-backend-server-url\n\n\n4. Run the development server:\n```sh\npnpm dev\n```\n\n## 📚 Related Repositories\n\n- [MHUTEMP Backend Server (Node.js)](https://github.com/storres20/bio-data)\n\n## 📜 License\n\nThis project is licensed under the MIT License.  \nSee the [LICENSE](https://github.com/storres20/bio-data-nextjs/blob/main/LICENSE.txt) file for more details.\n\n## Version 2025 - ESP8266\n![temphuweb01](https://github.com/user-attachments/assets/870c6bcf-cf79-4070-8070-e88729208b78)\n\n![temphuweb02](https://github.com/user-attachments/assets/898a73b8-ffe2-40b0-bf5e-bf582ad51f7f)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorres20%2Fbio-data-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstorres20%2Fbio-data-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorres20%2Fbio-data-nextjs/lists"}