https://github.com/crowdstrike/ember-number-to-words-shim
Ember.js number-to-words shim
https://github.com/crowdstrike/ember-number-to-words-shim
Last synced: 10 months ago
JSON representation
Ember.js number-to-words shim
- Host: GitHub
- URL: https://github.com/crowdstrike/ember-number-to-words-shim
- Owner: CrowdStrike
- License: mit
- Created: 2018-07-09T15:52:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T15:27:38.000Z (about 1 year ago)
- Last Synced: 2025-07-02T16:37:14.683Z (about 1 year ago)
- Language: JavaScript
- Size: 839 KB
- Stars: 3
- Watchers: 12
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-number-to-words-shim
==============================================================================
[](https://badge.fury.io/js/ember-number-to-words-shim)
[](https://travis-ci.org/CrowdStrike/ember-number-to-words-shim)
[Ember.js](https://www.emberjs.com) [number-to-words](https://github.com/marlun78/number-to-words) shim
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-number-to-words-shim
```
Usage
------------------------------------------------------------------------------
```js
import converter from 'number-to-words';
console.log(converter.toWords(1));
```
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).