Jacek Kowalski
2020-02-11 9faa0331cdf1aba526a7d1ba5c8c21b38313c147
README.md
@@ -2,5 +2,23 @@
## Usage
To gather vehicle to ID mapping run `parse.php`.
Files `mapping_A.json` and `mapping_T.json` are put in `data` directory.
Install dependencies by running:
```
composer update
```
To gather vehicle to ID mappings just run:
```
php parse.php
```
Output files `mapping_A.json` and `mapping_T.json` are put in `data` directory.
## Requirements
- [Composer](https://getcomposer.org/),
- PHP 7.0+,
- [PHP ftp extension](https://www.php.net/manual/en/ftp.installation.php),
- [PHP json extension](https://www.php.net/manual/en/json.installation.php),
- [PHP PDO extension](https://www.php.net/manual/en/pdo.installation.php),
- [PHP PDO SQLite extension](https://www.php.net/manual/en/ref.pdo-sqlite.php).