In this project, you will step into the shoes of web developer, helping a travel agency to increase travel booking.
The team at a European travel agency is trying to increase travel bookings. To do this, they want to provide an ability for their website visitors to look up a 7 day weather forecast for major European cities. They want you to create a webpage that will retrieve weather forecasts from an external service. This feature will help the agency maximize their travel bookings and sales through their website.
- Provide ability for website users to look up 7 day weather forecasts for major European cities
- Keep website visitors on the website longer
- Increase online bookings
Your challenge will be to write a webpage that uses API to retrieve weather information from an external source. To do this, you will create the user interface, send the request to the external source using JavaScript, process data received and present the information on your webpage using HTML.
In this project, we'll use 7Timer API, which is free of charge and does not require any API keys. After you complete your project, you will share your webpage.