# SEO.ro CLI

Command-line client pentru API-ul SEO.ro.

```bash
php seoro.php audit https://example.com --keyword=seo --api-key=seoro_xxx
```

Sau:

```bash
export SEO_RO_API_KEY=seoro_xxx
php seoro.php audit https://example.com --keyword=seo
```

Returneaza JSON-ul complet primit de la `https://www.seo.ro/api/seo-audit.php`.
