CLI
CLI 도구
터미널에서 직접 카드 가격을 검색하고 조회합니다. 스크립트 및 CI/CD 환경에도 대응합니다.
설치
$ brew tap TCG-Price-Lookup/tcg && brew install tcglookup
# 또는 npm으로 설치:
$ npm install -g tcglookup 주요 기능
- ✓Search cards from terminal
- ✓Price history lookups
- ✓JSON output for scripting
- ✓Homebrew and npm install
- ✓All 8 games supported
사용 예시
$ tcglookup search "charizard" --game pokemon
$ tcglookup price "charizard-vmax" --history
$ tcglookup search "black lotus" --game mtg --json
TCG API로 개발을 시작하세요
무료 API 키를 발급받아 몇 분 안에 카드 가격 조회를 시작하세요.