ember-timezone-js

This is an ember-cli ES6 module shim for timezone-js within your Ember application.

Usage no npm install needed!

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

README

ember-timezone-js

This is an ember-cli ES6 module shim for timezone-js within your Ember application.

Installation

ember install ember-timezone-js

Usage

In your application, inside the js file that needs to use timezone-js global, use:

// js file inside your ember app
import timezoneJS from 'timezoneJS';

// do stuff with timezoneJS.

Installation

  • git clone <repository-url>
  • cd ember-timezone-js
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

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

License

This project is licensed under the MIT License.