An open API service indexing awesome lists of open source software.

https://github.com/babenkoivan/speaky


https://github.com/babenkoivan/speaky

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Usage

1. Build the Docker image:

```bash
docker build -t speaky .
```

2. Run the tests:

```bash
docker run --env-file .env speaky bin/phpunit --testdox --colors=always --coverage-text
```

3. Run the commands:

```bash
docker run --env-file .env speaky bin/console Spain
docker run --env-file .env speaky bin/console Spain England
```