ember-creditcard
v1.0.1
Published
Client side credit card type detection and validation for Ember.js apps
Downloads
15
Readme
ember-creditcard
This README outlines the details of collaborating on this Ember addon.
Usage
Credit card type
<span class="logo {{cc-number-to-type ccNumber allowedTypes='visa|mastercard|amex|discover'}}"></span>
Credit card validity
{{#if (cc-luhn ccNumber)}}
This card is valid
{{else}}
This card is invalid
{{/if}}
Setup
Install this addon with ember-cli ember install ember-creditcard
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
Copyright (c) 2015 Levanto Financial, 2016-18 Mike Works, Inc., All Rights Reserved