dee-gas 0.1.0

US gas prices via EIA API
dee-gas-0.1.0 is not a library.

dee-gas

US gas price lookup CLI powered by EIA data.

Install

cargo install --path crates/dee-gas

Quick start

dee-gas national --json
dee-gas prices --state CA --grade regular --json
dee-gas history --state TX --weeks 6 --json
dee-gas config set eia.api-key <KEY>

Commands

  • national
  • prices
  • history
  • config

Agent-friendly output

Use --json for structured price series.

Help

dee-gas --help
dee-gas <command> --help