{"id":31658238,"url":"https://github.com/smartcompanion-app/smartcompanion-library","last_synced_at":"2026-04-17T21:02:06.340Z","repository":{"id":296716480,"uuid":"994207470","full_name":"smartcompanion-app/smartcompanion-library","owner":"smartcompanion-app","description":"SmartCompanion library to build apps","archived":false,"fork":false,"pushed_at":"2025-10-06T17:13:12.000Z","size":4813,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-06T19:13:35.476Z","etag":null,"topics":["stenciljs","storybook","web-components"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smartcompanion-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-06-01T13:02:58.000Z","updated_at":"2025-10-06T17:13:15.000Z","dependencies_parsed_at":"2025-08-24T23:15:05.076Z","dependency_job_id":"1fab0f8b-e136-4ab0-aad4-65f1c3ef3d71","html_url":"https://github.com/smartcompanion-app/smartcompanion-library","commit_stats":null,"previous_names":["smartcompanion-app/smartcompanion-library"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/smartcompanion-app/smartcompanion-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcompanion-app%2Fsmartcompanion-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcompanion-app%2Fsmartcompanion-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcompanion-app%2Fsmartcompanion-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcompanion-app%2Fsmartcompanion-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcompanion-app","download_url":"https://codeload.github.com/smartcompanion-app/smartcompanion-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcompanion-app%2Fsmartcompanion-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278795661,"owners_count":26047253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"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":["stenciljs","storybook","web-components"],"created_at":"2025-10-07T15:15:51.275Z","updated_at":"2026-04-17T21:02:06.332Z","avatar_url":"https://github.com/smartcompanion-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartCompanion Library\n\n[![Build](https://github.com/smartcompanion-app/smartcompanion-library/actions/workflows/ci.yml/badge.svg)](https://github.com/smartcompanion-app/smartcompanion-library/actions/workflows/ci.yml)\n![License](https://img.shields.io/github/license/smartcompanion-app/smartcompanion-library)\n[![Storybook](https://img.shields.io/badge/Storybook-UI%20Components-ff4785)](https://smartcompanion-app.github.io/smartcompanion-library/)\n\n## Table of Contents\n\n- [Packages](#packages)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Local Development](#local-development)\n- [License](#license)\n- [Links](#links)\n\n## Packages\n\n| Package | Description |\n| --- | --- |\n| `@smartcompanion/ui` | Stencil v4 web components — `image-slideshow`, `marquee`, `numpad`, `player-controls`, `station-icon` |\n| `@smartcompanion/data` | Domain models and data layer — assets, languages, pins, servers, stations, text, tours |\n| `@smartcompanion/services` | Service layer — `AudioPlayerService`, `MenuService`, `RoutingService` |\n\n## Getting Started\n\n```bash\nnpm install        # Install all workspace dependencies\nnpm run build      # Build all packages\nnpm test           # Run tests for all packages\n```\n\n## Local Development\n\n### @smartcompanion/data\n\n```bash\nnpm run build -w packages/data    # Compile TypeScript to dist/\nnpm run test -w packages/data     # Run Vitest tests\nnpm run lint -w packages/data     # Lint source files\nnpm run format -w packages/data   # Format source files with Prettier\n```\n\n### @smartcompanion/services\n\n```bash\nnpm run build -w packages/services    # Compile TypeScript to dist/\nnpm run test -w packages/services     # Run Vitest tests\nnpm run lint -w packages/services     # Lint source files\nnpm run format -w packages/services   # Format source files with Prettier\n```\n\n### @smartcompanion/ui\n\nUI components are developed in isolation with [Storybook](https://storybook.js.org/).\n\n```bash\nnpm run build -w packages/ui       # Compile Stencil components\nnpm run test -w packages/ui        # Run Vitest and Playwright browser tests\nnpm run watch -w packages/ui       # Stencil watch mode\nnpm run storybook -w packages/ui   # Dev server at http://localhost:6006\n```\n\n### apps/audioguide-app\n\nThe `apps/audioguide-app` workspace is a consumer application included in this monorepo. It is built on top of the packages above.\n\n## License\n\nThe SmartCompanion Library Packages are licensed under the terms of the BSD 2-Clause license. Check the [LICENSE](LICENSE) text for further details.\n\n## Links\n\n- [Web site](https://www.smartcompanion.app)\n- [Storybook](https://smartcompanion-app.github.io/smartcompanion-library/)\n- [Native Audio Capacitor Plugin](https://github.com/smartcompanion-app/native-audio-player)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcompanion-app%2Fsmartcompanion-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcompanion-app%2Fsmartcompanion-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcompanion-app%2Fsmartcompanion-library/lists"}