Giter Site home page Giter Site logo

marataj / airscan Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29.27 MB

An SSR app that allows you to explore basic information about currently flying planes, their routes and airports.

License: MIT License

Python 52.70% HTML 42.35% JavaScript 1.02% CSS 3.11% Dockerfile 0.82%
django docker geoj javasc maps python

airscan's Introduction

AirScan

My Skills

Welcome to the AirScan! Airscan is a demo web application that allows you to read several types of data related to aviation.

Application features:

  • Scanning current flights above selected area.
  • Overview of information related to current flights.
  • Overview of information related to aircrafts.
  • Overview of information related to airports.

Features overview:

  1. Project information 1
  2. Scanning current flights above selected area 2 3 4
  3. Detailed flight information 5 6
  4. Detailed airports information 7
  5. Showing history of flights to/from selected airport 8
  6. Showing airports on selected area 9
  7. Searching for detailed information about aircrafts 10 11
  8. User authentication and favorites list 12

Prerequisites:

  1. To run the app for the development purposes the account in the OpenSky Network is necessary.
  2. Docker.

How to start:

  1. Fill the /.env file with the django secret-key and OpenSky Network credentials.
  2. Build the docker image based on the Dockerfile:
docker ruild -t air-scan:latest .
  1. Run docker container based on the created image:
docker run -d -p 8000:8000 air-scan
  1. The app will be served in the localhost:8000

Data sources:

  • opensky_logo

    Flights data are provided from the OpenSky Network. The OpenSky Network provides REST API, that allows to retrieve multiple information related to aviation.

  • download

    Photos of aircrafts are provided from the Planespotters application. The Planespotters provides REST API, that provides photos of aircrafts.

Contributing :octocat:

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

airscan's People

Contributors

marataj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.