gasgo
Installation
SKILL.md
gasgo — best gas deal near me (Colombia)
Engine that answers "where should I go right now for the best gas deal?" using live per-station Colombian fuel-price open data.
Invoke
bun run src/cli.ts where --city bogota --product gncv --radius 20 --top 5
bun run src/cli.ts where --lat 4.65 --lng -74.08 --product gncv
bun run src/cli.ts where --city medellin --product corriente --municipality medellin --json
Programmatic:
import { bestDeal } from "./src/engine.ts";
const res = await bestDeal({ at: { lat: 4.65, lng: -74.08 }, product: "GNCV" });