ember-calendly

Calendly integration for Ember.js apps

Usage no npm install needed!

<script type="module">
  import emberCalendly from 'https://cdn.skypack.dev/ember-calendly';
</script>

README

Ember-calendly Build Status Ember Observer Score npm version Code Climate

Greenkeeper badge

Easy Calendly integration for Ember.js apps.

FASTBOOT COMPATIBLE

Use

ember install ember-calendly

Then you have three options for embedding calendly.

Inline

{{calendly-inline
  url='https://calendly.com/mnorth'
  style=(hash
    min-width='320px'
    height='580px')}}

Popup Widget

{{calendly-popup-widget
  url='https://calendly.com/mnorth'}}

Popup Text

{{calendly-popup-text
  url='https://calendly.com/mnorth'}}

Other stuff

You may also import Calendly as an ES6 module

import Calendly from 'calendly';

Calendly.closePopupWidget();

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

© Levanto Financial Inc, All Rights Reserved