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

https://github.com/imthaghost/pathfinder

Search a flight and see its path
https://github.com/imthaghost/pathfinder

Last synced: 6 months ago
JSON representation

Search a flight and see its path

Awesome Lists containing this project

README

          


Just search a flight and see it displayed on the map!




Deployed Demo







![Home](/docs/media/flight.png)

[comment]: <> (## Table of Contents)

[comment]: <> (- [Installation](#installation))

[comment]: <> ( - [Brew](#brew))

[comment]: <> ( - [Manual](#manual))

[comment]: <> (- [Todo](#todo))

[comment]: <> (- [Examples](#examples))

[comment]: <> (- [License](#license))

[comment]: <> (- [Contributors](#contributors))

## 🚀 Getting Started

### Backend

```bash
# change directory
cd api
# start with docker
docker
```

### Frontend

```bash
# change directory
cd ui
# start with docker
docker
```