card-info
Version:
Get bank logo, colors, brand and etc. by card number
17 lines • 420 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>CardInfo Tests</title>
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="main.js"></script>
<script>
mocha.run();
</script>
</body>
</html>