An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ember-number-to-words-shim
==============================================================================

[![npm version](https://badge.fury.io/js/ember-number-to-words-shim.svg)](https://badge.fury.io/js/ember-number-to-words-shim)
[![Build Status](https://travis-ci.org/CrowdStrike/ember-number-to-words-shim.svg?branch=master)](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).