{"id":50465465,"url":"https://github.com/sweetim/timnoya","last_synced_at":"2026-06-01T07:03:26.250Z","repository":{"id":357765947,"uuid":"1238354512","full_name":"sweetim/timnoya","owner":"sweetim","description":"a smart home IoT devices monitoring app","archived":false,"fork":false,"pushed_at":"2026-05-29T09:22:03.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-29T11:12:00.744Z","etag":null,"topics":["iot","switchbot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/sweetim.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-14T03:38:11.000Z","updated_at":"2026-05-29T09:22:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sweetim/timnoya","commit_stats":null,"previous_names":["sweetim/timnoya"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sweetim/timnoya","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sweetim%2Ftimnoya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sweetim%2Ftimnoya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sweetim%2Ftimnoya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sweetim%2Ftimnoya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sweetim","download_url":"https://codeload.github.com/sweetim/timnoya/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sweetim%2Ftimnoya/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33763662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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","switchbot"],"created_at":"2026-06-01T07:03:25.595Z","updated_at":"2026-06-01T07:03:26.246Z","avatar_url":"https://github.com/sweetim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# timnoya\n\nBun workspace for SwitchBot device monitoring via an ElysiaJS API server.\n\n## Quick Start\n\n```bash\nbun install\ncp .env.example .env\n```\n\n```bash\nbun run api:dev\nbun run dashboard:dev\n```\n\n## Workspace Packages\n\n| Package | Description |\n|---------|-------------|\n| `packages/api-server` | ElysiaJS HTTP API server for SwitchBot device status |\n| `packages/dashboard` | React dashboard with TailwindCSS v4, served via Bun |\n\n## Docker\n\nMulti-stage production build. Dependencies are installed in a shared base stage and cached across rebuilds.\n\n```bash\ndocker compose up --build\n```\n\nThe API runs on `http://localhost:3000` and the dashboard on `http://localhost:3001`.\n\n\nUsing docker compose from github packages\n\n```yaml\nservices:\n  api-server:\n    image: ghcr.io/sweetim/timnoya/api-server:latest\n    restart: unless-stopped\n    env_file: .env\n    ports:\n      - \"3010:3000\"\n    volumes:\n      - ./data:/data\n\n  dashboard:\n    image: ghcr.io/sweetim/timnoya/dashboard:latest\n    restart: unless-stopped\n    environment:\n      - API_BASE_URL=http://api-server:3000\n    ports:\n      - \"3001:3001\"\n    depends_on:\n      - api-server\n```\n\n\n## Documentation\n\nSee [docs/](./docs/) for full documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweetim%2Ftimnoya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweetim%2Ftimnoya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweetim%2Ftimnoya/lists"}