Skip to content

Nitin2392/Weather-Forecast-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEATHERMEN

Your friendly easy to use weather update website

This is an interactive website built using HTML, CSS, jQuery and Bootstrap to solve the following purposes:

  1. To give the current factual weather updates for a city of the users choice.
  2. To provide weather statistics throughout the current day for a city of the users choice.
  3. To predict the perfect holiday destination based on the users choice of Continent and weather types

The website has the following three tabs -

What's the Weather Like

  • 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

Weather Forecast

  • 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

Holiday Destination

  • 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

About

A visually rich HTML website which pulls data from multiple API's to show weather forecasts throughout the day and also show current weather statistics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors