Skip to content

teachbase/tb-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teachbase Widget

Installation

yarn install

Running Dev Server

yarn dev

Runs the app in the development mode.

Building for Production

yarn build

Builds the app for production to the dist folder.

Usage:

<div id="tb_widget">
  <script type="text/javascript" src="PATH_TO_SCRIPT"></script>
  <script>
    new TBWidget({
      type: 'course',
      resourceId: 1234,
      accountId: 4321
    });
  </script>
  <a id="tb_link" target="_blank" href="http://teachbase.ru?utm_source=widget">
    Работает на платформе Teachbase
  </a>
</div>

About

JS widget for open courses and meetings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published