0.1.0 • Published 6 years ago

ember-timezone-js v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

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.