{"id":39521400,"url":"https://github.com/tsak/bude-seapool-temperature","last_synced_at":"2026-01-18T06:19:50.948Z","repository":{"id":261040084,"uuid":"883077249","full_name":"tsak/bude-seapool-temperature","owner":"tsak","description":"Bude Seapool Temperature Signage","archived":false,"fork":false,"pushed_at":"2025-08-31T17:57:17.000Z","size":1389,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T19:31:11.156Z","etag":null,"topics":["iot","monnit","signage"],"latest_commit_sha":null,"homepage":"https://spt.tsak.dev","language":"Go","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/tsak.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,"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-11-04T10:38:00.000Z","updated_at":"2025-08-31T17:57:20.000Z","dependencies_parsed_at":"2024-11-22T12:20:45.792Z","dependency_job_id":"aa9a2cb7-4706-49cd-aba6-e516f6728758","html_url":"https://github.com/tsak/bude-seapool-temperature","commit_stats":null,"previous_names":["tsak/bude-seapool-temperature"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsak/bude-seapool-temperature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsak%2Fbude-seapool-temperature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsak%2Fbude-seapool-temperature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsak%2Fbude-seapool-temperature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsak%2Fbude-seapool-temperature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsak","download_url":"https://codeload.github.com/tsak/bude-seapool-temperature/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsak%2Fbude-seapool-temperature/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["iot","monnit","signage"],"created_at":"2026-01-18T06:19:50.463Z","updated_at":"2026-01-18T06:19:50.932Z","avatar_url":"https://github.com/tsak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bude Seapool Temperature\n\nRead temperatures from an [iMonnit](https://www.imonnit.com/) temperature sensor embedded in the pool\nand generate an image for digital signage by the pool.\n\n![Live temperature](https://spt.tsak.dev/temperature.png)\n\n## Public API\n\nThis service exposes two endpoints:\n\n### Latest reading\n\n`GET /api/v1/temperature`\n\n```bash\n$ curl -s https://spt.tsak.dev/api/v1/temperature\n```\n\n```json\n{\n  \"temperature\": 13.4,\n  \"datetime\": \"2024-11-07T22:30:00Z\"\n}\n```\n\n### List of last measurements\n\n`GET /api/v1/temperatures`\n\n```bash\n$ curl -s https://spt.tsak.dev/api/v1/temperatures\n```\n\n```json\n[\n  {\n    \"temperature\": 13.4,\n    \"datetime\": \"2024-11-07T22:30:00Z\"\n  },\n  {\n    \"temperature\": 13.6,\n    \"datetime\": \"2024-11-07T22:19:58Z\"\n  },\n  {\n    \"temperature\": 13.5,\n    \"datetime\": \"2024-11-07T22:09:58Z\"\n  }\n]\n```\n\n## Prerequisites\n\n- Go 1.23\n- [Air](https://github.com/air-verse/air)\n- iMonnit API details\n\n## Setup\n\nCopy `.env.sample` to `.env` and fill in `MONNIT_SENSOR_ID`, `MONNIT_API_KEY_ID` and `MONNIT_API_SECRET_KEY`\n\n\n## Development\n\nRun `air` and connect to [localhost:3001](http://localhost:3001)\n\n```bash\n# Continuously build and reload\nair\n```\n\n## Building\n\nCreate `bude-seapool-temperature` binary\n\n```bash\ngo build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsak%2Fbude-seapool-temperature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsak%2Fbude-seapool-temperature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsak%2Fbude-seapool-temperature/lists"}