Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanaragao/cccheck
jQuery Credit Card Check
https://github.com/ruanaragao/cccheck
hacktoberfest hacktoberfest2022 javascript jquery jquery-plugin npm-package package yarnpkg
Last synced: about 2 months ago
JSON representation
jQuery Credit Card Check
- Host: GitHub
- URL: https://github.com/ruanaragao/cccheck
- Owner: RuanAragao
- License: mit
- Created: 2016-08-08T20:43:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T03:50:19.000Z (about 3 years ago)
- Last Synced: 2024-10-14T00:12:35.488Z (2 months ago)
- Topics: hacktoberfest, hacktoberfest2022, javascript, jquery, jquery-plugin, npm-package, package, yarnpkg
- Language: HTML
- Homepage: https://ruanaragao.github.io/cccheck
- Size: 53.7 KB
- Stars: 5
- Watchers: 4
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CCCheck - Credit Card Check :credit_card: :heavy_check_mark:
[![GitHub version](https://badge.fury.io/gh/RuanAragao%2Fcccheck.svg)](https://badge.fury.io/gh/RuanAragao%2Fcccheck)
[![npm version](https://badge.fury.io/js/cccheck.svg)](https://badge.fury.io/js/cccheck)
[![GitHub issues](https://img.shields.io/github/issues/RuanAragao/cccheck)](https://github.com/RuanAragao/cccheck/issues)
[![GitHub forks](https://img.shields.io/github/forks/RuanAragao/cccheck)](https://github.com/RuanAragao/cccheck/network)
[![GitHub stars](https://img.shields.io/github/stars/RuanAragao/cccheck)](https://github.com/RuanAragao/cccheck/stargazers)
[![GitHub contributors](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/RuanAragao/cccheck/contributors&query=length&label=contributors)](https://github.com/RuanAragao/cccheck/graphs/contributors)
[![GitHub license](https://img.shields.io/github/license/RuanAragao/cccheck)](https://github.com/RuanAragao/cccheck/blob/master/LICENSE)![image](https://user-images.githubusercontent.com/1015013/136751876-6b6b27ea-ddb6-4ced-aae9-fd3089e050f9.png)
## To Use:
- Add CSS link: `cccheck/dist/css/cccheck.css`.
- Add JavaScript link: `cccheck/dist/js/jquery.cccheck.js`.
- You need to have jQuery in your project, of course.## To Configure:
```java
$(document).ready(function() {
$.cccheck({
// Config local
'input_cc_number' : '#cc-number',
'element_show_label' : '#show-cc-label'
});
})
```## To Contribute:
1. Fork this repository.
2. `git clone github.com/[you]/cccheck.git`
3. `cd cccheck`
4. `yarn`
5. `yarn watch` (for development) or `yarn build` (for production)### Files for plugin
- The *scripts* into *./js*
- The *styles* SCSS into *./scss*
- *No* edit *./dist*### Files non-plugin
For styles and scripts exclusive of the example page, add directory in *index.html*.## Question / Bug / Idea
[Open an issue](https://github.com/RuanAragao/cccheck/issues)Made with [contributors-img](https://contrib.rocks).