{"id":46879990,"url":"https://github.com/nicolocarcagni/tempboard","last_synced_at":"2026-03-10T21:01:44.055Z","repository":{"id":154683808,"uuid":"613382513","full_name":"nicolocarcagni/tempboard","owner":"nicolocarcagni","description":"Check the temperature of your room with a modern and minimal Dashboard","archived":false,"fork":false,"pushed_at":"2023-07-28T20:19:03.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-28T02:05:04.587Z","etag":null,"topics":["arduino","express","http","iot","nodejs","temperature"],"latest_commit_sha":null,"homepage":"https://tempboard.nicolocarcagni.repl.co","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolocarcagni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-13T13:17:30.000Z","updated_at":"2023-07-28T19:50:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca0c42dd-b041-4f84-929b-a81f6dee0895","html_url":"https://github.com/nicolocarcagni/tempboard","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"971cfaf61cc09a80c41879f9d964e43cabd276ff"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolocarcagni/tempboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolocarcagni%2Ftempboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolocarcagni%2Ftempboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolocarcagni%2Ftempboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolocarcagni%2Ftempboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolocarcagni","download_url":"https://codeload.github.com/nicolocarcagni/tempboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolocarcagni%2Ftempboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30355223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","express","http","iot","nodejs","temperature"],"created_at":"2026-03-10T21:01:13.940Z","updated_at":"2026-03-10T21:01:44.027Z","avatar_url":"https://github.com/nicolocarcagni.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TempBoard\n### Check the temperature of your room with a modern and minimal Dashboard\n\n![tempboard](https://github.com/nicolocarcagni/tempboard/assets/64737169/7589cc32-af9e-458b-ae00-f0a81219020c)\n\n## Installation\n* Install [NodeJS and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)\n* Install [Express.js](https://expressjs.com/en/starter/installing.html)\n* Clone the repository\n```bash\n$ git clone https://github.com/nicolocarcagni/tempboard\n```\n* Install the necessary packages\n```bash\n$ cd tempboard/\n$ npm install\n```\n\n## ESP8266\nYou can use your ESP8266 as a client that send temperature or humidity. (I made this code works with DHT11 sensor but you can edit it to works with other sensors.)\n\n1. Install [Arduino IDE](https://www.arduino.cc/en/software)\n2. Add ESPs support. [This](https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/) could help you.\n3. Edit the following lines in the code:\n```c++\nconst char* ssid = \"\";\nconst char* password = \"\";\nconst char* serverUrl = \"\"; // your server url\n```\n4. Flash on your device\n5. Connect your sensor to the ESP\n6. Power it\n7. Check ESP's MAC address from the serial monitor and edit line 3 of [```public/get.js```](https://github.com/nicolocarcagni/tempboard/blob/main/public/get.js)\n8. Start your server and enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolocarcagni%2Ftempboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolocarcagni%2Ftempboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolocarcagni%2Ftempboard/lists"}