{"id":20267566,"url":"https://github.com/officedev/microsoft-teams-library-js","last_synced_at":"2025-05-14T01:04:34.899Z","repository":{"id":37495703,"uuid":"71390222","full_name":"OfficeDev/microsoft-teams-library-js","owner":"OfficeDev","description":"JavaScript library for use by Microsoft Teams apps","archived":false,"fork":false,"pushed_at":"2025-04-03T17:40:44.000Z","size":15245,"stargazers_count":442,"open_issues_count":212,"forks_count":198,"subscribers_count":102,"default_branch":"main","last_synced_at":"2025-04-05T01:00:40.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.microsoft.com/microsoftteams/platform/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OfficeDev.png","metadata":{"files":{"readme":"README.md","changelog":"change/@microsoft-teams-js-01acb692-27b0-4d62-97cb-4cc57a68dbe9.json","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-19T19:05:04.000Z","updated_at":"2025-04-04T03:34:16.000Z","dependencies_parsed_at":"2023-12-13T20:52:51.744Z","dependency_job_id":"33f8a741-13ac-4770-a0ff-c24d8217163e","html_url":"https://github.com/OfficeDev/microsoft-teams-library-js","commit_stats":{"total_commits":2007,"total_committers":161,"mean_commits":12.46583850931677,"dds":0.9342301943198804,"last_synced_commit":"7536e04eec28e455127e135fa313f0f11319d10e"},"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-library-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-library-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-library-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OfficeDev%2Fmicrosoft-teams-library-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OfficeDev","download_url":"https://codeload.github.com/OfficeDev/microsoft-teams-library-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514222,"owners_count":21116899,"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","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":[],"created_at":"2024-11-14T12:15:00.711Z","updated_at":"2025-04-12T03:43:19.709Z","avatar_url":"https://github.com/OfficeDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Teams JavaScript client library\n\n[![Microsoft Teams Library JS CI](https://github.com/OfficeDev/microsoft-teams-library-js/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/OfficeDev/microsoft-teams-library-js/actions/workflows/main.yml)\n[![Build Status](https://office.visualstudio.com/ISS/_apis/build/status/M365%20Platform/App%20SDK/OfficeDev.microsoft-teams-library-js)](https://office.visualstudio.com/ISS/_build/latest?definitionId=17483)\n\nWelcome to the Teams client library monorepo! For breaking changes, please refer to our [changelog](./packages/teams-js/CHANGELOG.md) in the `\u003croot\u003e/packages/teams-js` directory. This repository contains the core teams-js package as well as tools and applications for analyzing and testing.\n\n## Getting Started\n\nThe following guide references steps to build the entire project including TeamsJS and all of the included apps. For guidelines on just building an individual app please look at the [Apps](#apps).\n\n### Building this Project\n\n1. Clone this repository `git clone https://github.com/OfficeDev/microsoft-teams-library-js.git`\n2. Run `pnpm install` from repo root\n3. Run `pnpm build` from repo root\n4. To run Unit tests, run `pnpm test`\n\n### Submitting a Pull Request\n\nPlease look through our [Contributing Guide](CONTRIBUTING.md) for important details on how to submit a pull request and contribute to this repository.\n\nNOTE: Make sure `pnpm@9.0.6` or greater is installed as a global tool, by running `npm install -g pnpm@9.0.6`.\n\nTIP: whenever building or testing the Teams client library, you can run `pnpm build` or `pnpm test` from the `packages/teams-js` directory.\n\nThis JavaScript library is part of the [Microsoft Teams developer platform](https://learn.microsoft.com/microsoftteams/platform/overview?view=msteams-client-js-latest). See full [library reference documentation](https://learn.microsoft.com/javascript/api/overview/msteams-client?view=msteams-client-js-latest).\n\n# Packages\n\nContain the core exports for the repository.\n\n### [teams-js](./packages/teams-js)\n\nUsed to integrate custom services and applications with Teams, Outlook, and Office.\n\n---\n\n# Apps\n\nThe apps folder contains applications used to test various aspects of the library.\n\n### [Teams Perf Test App](./apps/teams-perf-test-app/README.md)\n\nReact application used to locally test the loading times of the library.\n\n### [Teams Test App](./apps/teams-test-app/README.md)\n\nApplication used to test the functionality of the various library APIs.\n\n### [SSR Test App](./apps/ssr-test-app/README.md)\n\nApplication used to ensure library changes do not break server-side rendering capabilities.\n\n---\n\n### Locally generating reference documentation\n\nIf you would like to locally generate reference documentation for TeamsJS v2, simply utilize the script `pnpm run docs` either from the monorepo root or inside the teams-js project root (`packages/teams-js`). This should output the generated documentation to `packages/teams-js/docs`.\n\n# Contributing\n\nWe strongly welcome and encourage contributions to this project. Please read the [contributor's guide](CONTRIBUTING.md) which contains important information.\n\n---\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Fmicrosoft-teams-library-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fofficedev%2Fmicrosoft-teams-library-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fofficedev%2Fmicrosoft-teams-library-js/lists"}