GithubHelp home page GithubHelp logo

jlsfernandez / microsoft-teams-library-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from officedev/microsoft-teams-library-js

0.0 2.0 0.0 1.15 MB

Javascript library for use by Microsoft Teams apps

Home Page: https://dev.office.com/microsoft-teams

License: Other

TypeScript 99.42% JavaScript 0.58%

microsoft-teams-library-js's Introduction

This JavaScript library is part of the Microsoft Teams developer platform. For documentation, see Reference: Microsoft Teams JavaScript library.

Build Status Coverage Status

Getting Started

  1. Clone the repo
  2. Navigate to the repo root
  3. yarn install
  4. yarn build
  5. to run Unit test yarn test

Installation

To install the stable version:

npm

npm install --save @microsoft/teams-js

yarn

yarn add @microsoft/teams-js

Production

You can access these files on unpkg, download them, or point your package manager to them.

Usage

As a npm package

Install either using npm or yarn

If you are using any dependency loader such as RequireJS or SystemJS or module bundler such as browserify, webpack, you can use import syntax to import specific modules. For e.g.

import * as microsoftTeams from "@microsoft/teams-js";

As a Script Tag

Reference the library inside of your .html page using:

<!-- Microsoft Teams JavaScript API (via CDN) -->
<script src="https://unpkg.com/@microsoft/[email protected]/dist/MicrosoftTeams.min.js" integrity="sha384-wHgBQlRj8iDw76cpan9ViEoOBiIJid4ACaE6vA2gUJPtn15GJnMmUGS+fLxKBWeI" crossorigin="anonymous"></script>

<!-- Microsoft Teams JavaScript API (via npm) -->
<script src="node_modules/@microsoft/[email protected]/dist/MicrosoftTeams.min.js"></script>

<!-- Microsoft Teams JavaScript API (via local) -->
<script src="MicrosoftTeams.min.js"></script>

Contributing

We strongly welcome and encourage contributions to this project. Please read the contributor's guide.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

microsoft-teams-library-js's People

Contributors

akinolugbade avatar amramornov-ms avatar aosolis avatar asnow003 avatar billbliss avatar charlesprakash avatar cjsheets avatar debajyoti251088 avatar dfederm avatar goelashish7 avatar gsloves avatar harjamsft avatar jameshyot avatar joeuy avatar liyipui avatar maheshp9 avatar majordamage avatar maoyu-dev avatar msmoosa avatar nigarg1490 avatar richardtaylorrt avatar sachingupta avatar tacri avatar tburra avatar tony-xia avatar xingao avatar ydogandjiev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.