Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commutatus/educatly-ambassador-plugin

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commutatus/educatly-ambassador-plugin

Embeddable authentication for AIESEC

  • 1.0.27
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
6
Weekly downloads
 
Created
Source

Educatly Ambassador plugin

Demo: https://edu-ambassador.commutatus.com/ (Running staging environment)

Importing: If you are using it with any app having npm:

run npm install @commutatus/educatly-ambassador-plugin --save

import '@commutatus/educatly-ambassador-plugin

use css from

node_modules/@commutatus/educatly-ambassador-plugin/bundle.css

For all other use cases:

load script from https://unpkg.com/@commutatus/educatly-ambassador-plugin@latest/bundle.js

and css from

https://unpkg.com/@commutatus/educatly-ambassador-plugin@latest/bundle.css

Usage:

// HTML
<div id="educatly-ambassador-container"></div> 

// Javascript
const educatlyAmbassador = new EducatlyAmbassador({
  target: document.getElementById('educatly-ambassador-container'),
  props: {
    ei_id: 'your ei_id' // MANDATORY
  }
});
OptionDefault ValueDescriptionType
ei_idEI ID given to your institutionInteger

FAQs

Package last updated on 30 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc