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

https://github.com/defro/boarding-cards


https://github.com/defro/boarding-cards

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

          

# Boarding cards test

This repository is **my answer** to a [test submit by Sprint Technology](./docs/task.md).

## Installation

This project needs PHP 8.1 or more and [Composer](https://getcomposer.org/).

```bash
composer install
```

## Usage

### Handle boarding cards data

Data of boarding cards come from a JSON file.
You can see some examples in folder [json](./json).

Feel free to edit, copy, customize these files.

### Execute script

```bash
php index.php
```