Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romankh3/flights-monitoring
Application for monitoring flight cost based on Skyscanner API. Application deployed on Heroku and application API can be tested on Swagger UI
https://github.com/romankh3/flights-monitoring
client flights java skyscanner ukrainian
Last synced: 14 days ago
JSON representation
Application for monitoring flight cost based on Skyscanner API. Application deployed on Heroku and application API can be tested on Swagger UI
- Host: GitHub
- URL: https://github.com/romankh3/flights-monitoring
- Owner: romankh3
- License: apache-2.0
- Created: 2019-11-11T07:36:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T07:24:13.000Z (about 4 years ago)
- Last Synced: 2023-02-27T01:06:38.613Z (over 1 year ago)
- Topics: client, flights, java, skyscanner, ukrainian
- Language: Java
- Homepage: https://t.me/romankh3
- Size: 166 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flights monitoring application
App for monitoring flights cost based on SkyScanner api.
## How to run
```shell script
git clone https://github.com/romankh3/flights-monitoring
cd flights-monitoring
./mvnw spring-boot:run
```## Used technologies
* Spring boot stack with next starters:
* actuator
* web
* jpa
* devtools
* test
* Swagger and Swagger UI
* lombok
* unirest
* H2 in memory database
* [Skyscanner Flight API Client](https://github.com/romankh3/skyscanner-flight-api-client)