You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/prototypes.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ There are two types of prototypes (demo apps) available.
20
20
21
21
### Amadeus Flight Booking in Django {#amadeus-flight-booking-django}
22
22
23
-
***Demo app**: You can access the demo of the prototype [here](https://flight-booking-engine.azurewebsites.net/).
24
23
***Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-flight-booking-django){:target="\_blank"}.
25
24
26
25
The prototype is built with Django and the [Amadeus Python SDK](../developer-tools/python.md) and demonstrates the end-to-end flight booking process, which works in conjunction with three APIs:
@@ -36,7 +35,6 @@ It also calls the [Airport & City Search API](https://developers.amadeus.com/sel
36
35
37
36
### Amadeus Hotel Booking in Django {#amadeus-hotel-booking-django}
38
37
39
-
***Demo app**: You can access the demo of the prototype [here](https://hotel-booking-engine.azurewebsites.net/).
40
38
***Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-hotel-booking-django){:target="\_blank"}.
41
39
42
40
The prototype is built with Python/Django and the [Amadeus Python SDK](../developer-tools/python.md). It demonstrates the end-to-end Hotel booking process (Hotel booking engine), which works in conjunction with three APIs:
@@ -50,7 +48,6 @@ The prototype is built with Python/Django and the [Amadeus Python SDK](../develo
50
48
51
49
### Amadeus Flight Price Analysis in Django {#amadeus-flight-price-analysis-django}
52
50
53
-
***Demo app**: You can access the demo of the prototype [here](https://flight-price-analysis.azurewebsites.net/).
54
51
***Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-flight-price-analysis-django){:target="\_blank"}.
55
52
56
53
The prototype is built with Python/Django and the [ Amadeus Python SDK](../developer-tools/python.md). It retrieves flight offers using the Flight Offers Search API for a given itinerary. Then it displays if the cheapest available flight is a good deal based on the Flight Price Analysis API. We finally predict if the trip is for business or leisure using the Trip Purpose Prediction API.
@@ -59,7 +56,6 @@ The prototype is built with Python/Django and the [ Amadeus Python SDK](../devel
59
56
60
57
### Amadeus Hotel Search with area safety and POIs {#amadeus-hotel-area-safety-pois-django}
61
58
62
-
***Demo app**: You can access the demo of the prototype [here](https://hotel-search-map.azurewebsites.net/).
63
59
***Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-hotel-area-safety-pois-django){:target="\_blank"}.
64
60
65
61
The prototype is built by Python/Django and the [Amadeus Python SDK](../developer-tools/python.md), It demonstrates the safety information, POIs and tours for a chosen hotel on a map, using the following APIs:
0 commit comments