Skip to content

janskwr/FlightsTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

FlightsTracker

Our project for Advanced OOP Classes
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Requirements
  3. Installation
  4. Contributing
  5. License
  6. Authors
  7. Contact

About The Project

It's our project for Advanced OOP Classes. It's basically a full stack application with Retrofit2 serving a REST API. It's a real time flights tracker with airports data.

Requirements

Installation

  1. Download/clone all files from this repository.
  2. Open folder with files in terminal.
  3. Type:
    ./requirements.sh
    Don't worry! It will ask for your permission before installation of each package.
  4. If it doesn't work, try:
    sudo chmod +x requirements.sh
    ./requirements.sh
  5. Now you can open and use our Java program with full functionality!

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Contact

Project Link: https://github.com/janskwr/FlightsTracker