mike-north / ember-creditcard

credit card type detection and client-side validation for Ember.js apps
https://mike.works/oss/ember-creditcard
MIT License
13 stars 0 forks source link

ember-creditcard

Build Status Code Climate

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

Running

Running Tests

Building

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