Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Nov 9, 2023
1 parent 6387449 commit 2072a21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ Next, include gopensky in you application:
import "github.com/navidys/gopensky"
```

## Features

| Name | Description |
| --------- | ----------- |
| GetStates | retrieve state vectors for a given time.
| GetArrivalsByAirport | retrieves flights for a certain airport which arrived within a given time interval.
| GetDeparturesByAirport | retrieves flights for a certain airport which departed within a given time interval.

## Examples

Here is an example program of retrieving flights for a Charles de Gaulle airport between Sunday October 08, 2023 08:55:42 and Tuesday October 10, 2023 08:55:42.

Visit [Golang OpenSky Network API](https://navidys.github.io/gopensky/) for more examples.
Expand Down

0 comments on commit 2072a21

Please sign in to comment.