Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacxe/airports-info-api
https://github.com/vacxe/airports-info-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vacxe/airports-info-api
- Owner: Vacxe
- Created: 2024-10-27T18:07:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T13:22:47.000Z (about 2 months ago)
- Last Synced: 2024-11-29T13:40:27.703Z (about 2 months ago)
- Language: Kotlin
- Size: 7.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Airport Info API wrapper
**If this project will have a few sponsors I can deploy it for free access for everyone**
### References
* Based on data from [ourairports.com](https://ourairports.com/)
* Ispired by [airportdb.io](https://airportdb.io/) but they trying to monetize free data from [ourairports.com](https://ourairports.com/)### How to use
* Pull docker image
* from Docker Registry `docker pull vacxe/airports-info-api:1.0.0`
* from GitHub `docker pull ghcr.io/vacxe/airports-info-api:1.0.0`
* Run Docker `docker run -p 8080:8080 vacxe/airports-info-api:1.0.0`
* When initalized try to call `http://localhost:8080/getAirportsInfo?icaos=YBBN`
* You can call multiple ICAOs in single requiest `http://localhost:8080/getAirportsInfo?icaos=YBBN,YBSU,YRED`
* All Contract models can be found [here](https://github.com/Vacxe/airports-info-api/tree/main/src/main/kotlin/io/github/vacxe/airportinfo/models)