Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
* mail
* devtools
* test
* Swagger and Swagger UI
* lombok
* unirest
* H2 in memory database
* [Skyscanner Flight API Client](https://github.com/romankh3/skyscanner-flight-api-client)