════════════════════════════════════════════════════════════════════════════════
  ___ _ _ _           
 / __| (_) |__ _ _ __ 
| (__| | | / _` | '_ \
 \___|_|_|_\__,_| .__/
                |_|   
  curl から使えるAPIツール集  —  clilap.org
════════════════════════════════════════════════════════════════════════════════

  $ curl clilap.org/help  # 全サービスの完全ドキュメント

════════════════════════════════════════════════════════════════════════════════

  $ curl clilap.org/weather/Tokyo
  東京都 東京 JP  ⛅ 曇り  23°C  (体感 21°C)
  湿度 65%  風 12km/h N  視程 10km  UV 4
  月 ⛅ 23/18°C   火 ☁ 22/17°C   水 🌧 20/15°C

  $ curl clilap.org/ipinfo
  IP      203.0.113.1
  City    Tokyo · Tokyo · JP 🇯🇵
  Org     AS2518 BIGLOBE Inc.
  TZ      Asia/Tokyo  UTC+9

  $ curl clilap.org/qr/https://lapius7.com
  → ターミナルにQRコードを表示
    スマートフォンで直接スキャン可能

  $ curl clilap.org/cheat/git
  git  ─  分散型バージョン管理システム

  $ git init                # 新規リポジトリ
  $ git clone <url>          # クローン
  $ git commit -m "msg"      # コミット

  $ curl clilap.org/dep -F file=@package.json
  → 依存関係ツリーを解析しURLを発行
  curl:    curl dep.clilap.org/ab12cd
  browser: https://dep.clilap.org/ab12cd

  $ tail -f app.log | curl -T - "$UPLOAD"
  → ログをリアルタイムでURL共有 (ANSI色保持、ブラウザでライブ表示)

  ──────────────────────────────────────────────────────────────────────────────
  サービス一覧:  詳細 → curl clilap.org/help

  /weather      /ipinfo       /cheat        /qr           
  /hash         /b64          /uuid         /epoch        
  /dns          /whois        /color        /github       
  /headers      /parrot       /password     /unit         
  /rate         /time         /ssl          /sec          
  /dnsmap       /portcheck    /redirect     /package      
  /ascii        /base         /urlencode    /urldecode    
  /cal          /cron         /totp         /mock         
  /gitignore    /license      /json         /diff         
  /md           /unicode      /regex        /dep          
  /log          /cidr         /asn          /robots       
  /useragent    /jwt          /morse        /convert      
  /moon         /sunrise      

  共通オプション:  ?ja  ?en
  ──────────────────────────────────────────────────────────────────────────────
  github.com/Lapius7/clilap  by @Lapius7
════════════════════════════════════════════════════════════════════════════════
©2025 CLI Lap by Lapius7. All rights reserved.