1.0.1 • Published 6 years ago

ember-creditcard v1.0.1

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

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

  • git clone this repository
  • npm install
  • bower install

Running

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

1.0.1

6 years ago

1.0.0

7 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.0

10 years ago