Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 370 Bytes

File metadata and controls

19 lines (12 loc) · 370 Bytes

A sample command-line application with an entrypoint in bin/

Environment

Dart: 3.3.3+

Usage

# パッケージのインストール
dart pub get

# サンプルスクリプトを実行
dart run bin/example.dart --host https://example.com --key xxxxxxxxxx

※ key: 弊社が発行するAPIキー

※ host: 弊社のデータ取得サーバーホスト