Finds NOTAM information for provided ICAO code & displays it on Google Map.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Bassically all you need is composer.
php composer-setup.php --install-dir=bin --filename=composer
To get app running on your dev machine you should do next.
Clone git repo.
git clone [email protected]:zhunik/rocket-test.git
Go to rocket-test
directory & run composer
Copy .env.example
file to .env
and provide your config data in .env
file.
cp .env.example .env
Run docker-compose
to up development server. Or you can config your own. Here you can find alot of examples.
docker-compose up -d
Open localhost
in your browser and now you shuld be rolling.
Going in the next version.
- Silex - The PHP micro-framework based on the Symfony Components.
- RocketRoute API - SOAP API to get NOTAM information for ICAO codes.
- Google Maps JS API - GMaps JS APi to disply NOTAM info.
- Yurii Zhunkivskyi - Initial work
This project is licensed under the MIT License