https://github.com/owlinux1000/cdc_checker
CAFÉ de CRIÉ Point Card Checker
https://github.com/owlinux1000/cdc_checker
Last synced: about 1 year ago
JSON representation
CAFÉ de CRIÉ Point Card Checker
- Host: GitHub
- URL: https://github.com/owlinux1000/cdc_checker
- Owner: owlinux1000
- License: mit
- Created: 2018-07-28T08:15:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T08:21:06.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T10:35:58.950Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CAFÉ de CRIÉ Point Card Checker
[](LICENSE.txt)
## What's this
You can easily confirm your CAFÉ de CRIÉ point card information such as balance, expiration date !
## Usage
```
$ git clone https://github.com/owlinux1000/cdc_checker
$ cd cdc_checker
$ go build
$ emacs .env
CARD_ID='XXXXXXXXX'
PIN_ID='YYYYYY'
$ ./cdc_checker
{"card_id":"XXXXXXXXXX","balance":"¥551","expiration_date":"2020/06/19"}
```