This is an interactive website built using HTML, CSS, jQuery and Bootstrap to solve the following purposes:
- To give the current factual weather updates for a city of the users choice.
- To provide weather statistics throughout the current day for a city of the users choice.
- To predict the perfect holiday destination based on the users choice of Continent and weather types
The website has the following three tabs -
- The first tab (also the home page of the website) provides information about the current weather details depending on the user's preference of City.
- The API used for this can be found in the following link - Click here for weather API
- Feel free to test the API with any city and country combination name by changing the 'q' parameter in the URL
- The output of the user request looks like this
- If there is an erroneous input, there is a corresponding error message displayed to the user like this
- Kindly ensure that you provide only two letters for the Country field - US, UK, IN (for India) are some examples
- The second tab navigates the user to an interesting page where the user can derive all weather statistics for the entire day for the city of his preference
- The API used for this can be found here
- The output of the user request looks like this
- If there is an erroneous input, there is a corresponding error message displayed to the user like this
- The third tab was created to consume a self designed API. It fetches data locally from a Database in my system through ADO.NET and C#
- I will be updating this page such that I can parse JSON data from an active Node.JS instance.
- Click here to see the variety of drop down options for the user's choice of weather preferences
- Click here to see the final result based on the users choice of Continent and Weather preference