All Projects β†’ hexindai β†’ Bcbc

hexindai / Bcbc

Licence: mit
πŸ’³ China UnionPay Bank Card BIN Checker

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Bcbc

Omelette
Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish)
Stars: ✭ 1,184 (+1457.89%)
Mutual labels:  cli
Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+11726.32%)
Mutual labels:  cli
Hr
A horizontal πŸ“ for your terminal
Stars: ✭ 1,195 (+1472.37%)
Mutual labels:  cli
Shark
A CLI to Interact with DigitalOcean
Stars: ✭ 74 (-2.63%)
Mutual labels:  cli
Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+11747.37%)
Mutual labels:  cli
Schematics
πŸ”§ Schematics for @ngxs/store
Stars: ✭ 74 (-2.63%)
Mutual labels:  cli
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-3.95%)
Mutual labels:  cli
Instascrape
πŸš€ A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+13130.26%)
Mutual labels:  cli
Vcli
Vertica CLI with auto-completion and syntax highlighting
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Photosorcery
πŸŒ„ small CLI for converting and merging images
Stars: ✭ 74 (-2.63%)
Mutual labels:  cli
Radon
Various code metrics for Python code
Stars: ✭ 1,193 (+1469.74%)
Mutual labels:  cli
Console Jedi
Console application for Bitrix Framework
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Scritch
A small CLI to help you write sharable scripts for your team
Stars: ✭ 74 (-2.63%)
Mutual labels:  cli
Click
The "Command Line Interactive Controller for Kubernetes"
Stars: ✭ 1,198 (+1476.32%)
Mutual labels:  cli
Nodo
β˜‘ Command line TODO app
Stars: ✭ 73 (-3.95%)
Mutual labels:  cli
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Cognitocurl
πŸ¦‰πŸ€–Easily sign curl calls to API Gateway with Cognito authorization token.
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Nostromo
CLI for building powerful aliases
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli

bcbc

Github Workflows GoVersion GoReportCard

/bcbc/ : China UnionPay Bank Card BIN Checker

A tool used for checking bank card BIN in both CLI and HTTP server mode.

Install

  1. Download directly from HERE

  2. If you are a developer and Go installed, you can build from source code.

$ go get -u -v github.com/hexindai/bcbc

Usage

Show this command help

$ bcbc -h

As a cli

$ bcbc search -c 6222021234567890123 -o json

> {"bin":"622202","bank":"ICBC","name":"δΈ­ε›½ε·₯ε•†ι“Άθ‘Œ","type":"DC","length":19}

As a HTTP server

$ bcbc serve -p :3232

$ curl http://127.0.0.1:3232/cardInfo.json?cardNo=6222021234567890123

> {"bin":"622202","bank":"ICBC","name":"δΈ­ε›½ε·₯ε•†ι“Άθ‘Œ","type":"DC","length":19}

As a library

See PkgGoDev

Contribution

  • Add new BIN: make add len=16 bin=621245
  • Build for generating source files: make build
  • Change version in file cmd/bcbc.go
  • Commit! (I will review and release it.)

License

MIT License / Copyright (c) 2018 - 2020

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].